mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
10 lines
230 B
XML
10 lines
230 B
XML
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button/>
|
|
<Label/>
|
|
<PasswordField/>
|
|
<RadioButton/>
|
|
<CheckBox/>
|
|
<TableView/>
|
|
</GridPane> |