mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
5 lines
198 B
XML
5 lines
198 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.Button?>
|
|
<fx:root type="javafx.scene.layout.VBox" xmlns:fx="http://javafx.com/fxml">
|
|
<Label fx:id="la<caret>bel" />
|
|
</fx:root> |