mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
15 lines
446 B
XML
15 lines
446 B
XML
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.PasswordField?>
|
|
<?import javafx.scene.control.RadioButton?>
|
|
<?import javafx.scene.control.CheckBox?>
|
|
<?import javafx.scene.control.TableView?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button/>
|
|
<Label/>
|
|
<PasswordField/>
|
|
<RadioButton/>
|
|
<CheckBox/>
|
|
<TableView/>
|
|
</GridPane> |