mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
7 lines
216 B
XML
7 lines
216 B
XML
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button onAction="#sayHelloWorld">
|
|
<disable>false</disable>
|
|
</Button>
|
|
</GridPane> |