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