mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
6 lines
219 B
XML
6 lines
219 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.control.TextField?>
|
|
<?import javafx.scene.control.Button?>
|
|
<fx:root type="CustomVBox" xmlns:fx="http://javafx.com/fxml" >
|
|
<Label fx:id="label"/>
|
|
</fx:root> |