mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
10 lines
253 B
XML
10 lines
253 B
XML
<?import javafx.geometry.Pos?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml">
|
|
<TextField>
|
|
<alignment>
|
|
<Pos fx:value="TO<caret>"/>
|
|
</alignment>
|
|
</TextField>
|
|
</VBox> |