mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
9 lines
286 B
XML
9 lines
286 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<?import javafx.scene.control.Label?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml"
|
|
maxHei<caret>ght="-1"
|
|
minHeight="-Infinity"
|
|
alignment="TOP_LEFT"
|
|
prefHeight="400.0"
|
|
prefWidth="600.0">
|
|
</GridPane> |