mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
10 lines
305 B
XML
10 lines
305 B
XML
<?import javafx.geometry.Pos?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<TextField promptText="User Name">
|
|
<alignment>
|
|
<Pos fx:value="TOP_LEFT"/>
|
|
</alignment>
|
|
</TextField>
|
|
</GridPane> |