mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +07:00
13 lines
413 B
XML
13 lines
413 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/>
|
|
</GridPane> |