mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
8 lines
248 B
XML
8 lines
248 B
XML
<?import javafx.scene.layout.GridPane?>
|
|
<GridPane xmlns:fx="http://javafx.com/fxml"
|
|
maxHeight="-1"
|
|
minHeight="-Infinity"
|
|
alignm<caret>ent="TOP_LEFT"
|
|
prefHeight="400.0"
|
|
prefWidth="600.0">
|
|
</GridPane> |