mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
6 lines
241 B
XML
6 lines
241 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox>
|
|
<Label maxWidth="%message.width"
|
|
maxHeight=<warning descr="Invalid value: unable to coerce to java.lang.Double">"%message.height"</warning>/>
|
|
</VBox> |