mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
11 lines
255 B
XML
11 lines
255 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import java.lang.String?>
|
|
<VBox xmlns:fx="http://javafx.com/fxml">
|
|
<Label>
|
|
<String fx:value="$1000"/>
|
|
</Label>
|
|
<Label>
|
|
<String fx:value="${name"/>
|
|
</Label>
|
|
</VBox> |