mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
5 lines
193 B
XML
5 lines
193 B
XML
<?import javafx.scene.control.*?>
|
|
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml">
|
|
<Button onAction="#sayHelloWorld" disa<caret>ble="false"/>
|
|
</GridPane> |