mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
6 lines
235 B
XML
6 lines
235 B
XML
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.control.Button?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8"
|
|
fx:controller="PrivateEventHandler">
|
|
<Button onAction="#onAction"/>
|
|
</VBox> |