mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
5 lines
204 B
XML
5 lines
204 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.Button?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateMethod">
|
|
<Button onAction="#onActi<caret>on"/>
|
|
</GridPane> |