mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
5 lines
215 B
XML
5 lines
215 B
XML
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<VBox alignment="%correct.alignment">
|
|
<Label alignment=<warning descr="Invalid enumerated value">"%incorrect.alignment"</warning>/>
|
|
</VBox> |