mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
6 lines
219 B
XML
6 lines
219 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.Button?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethodEmptyName">
|
|
<Button onAction="#<caret>foo"/>
|
|
</GridPane>
|