mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 04:43:02 +07:00
6 lines
206 B
XML
6 lines
206 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.Button?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml" fx:controller="CreateControllerMethod">
|
|
<Button fx:id="b<caret>tn"/>
|
|
</GridPane>
|