mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-25 16:01:29 +07:00
10 lines
252 B
XML
10 lines
252 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="TOP_LEFT"/>
|
|
</alignment>
|
|
</TextField>
|
|
</VBox> |