mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
8 lines
230 B
XML
8 lines
230 B
XML
<?import InheritedConstantData?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml">
|
|
<Button>
|
|
<InheritedConstantData fx:constant="<caret>"/>
|
|
</Button>
|
|
</VBox> |