mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
9 lines
494 B
XML
9 lines
494 B
XML
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.control.Label?>
|
|
<VBox xmlns="http://javafx.com/javafx/8.0.91">
|
|
<Label text="${null}" textAlignment="$null "/>
|
|
<Button text="$null " tooltip="$null" textAlignment="${null}"/>
|
|
<Label text=<error descr="Spaces aren't allowed before a property or an expression">" ${null}"</error>/>
|
|
<Label text=<error descr="Spaces aren't allowed before a property or an expression">" $null"</error>/>
|
|
</VBox> |