Blame view
src/main/resources/gui/windows.fxml
2.05 KB
2f45c53df skeleton for user... |
1 |
<?xml version="1.0" encoding="UTF-8"?> |
2f45c53df skeleton for user... |
2 3 |
<?import javafx.scene.control.SplitPane?> <?import javafx.scene.layout.*?> |
b350f9dfe import vessels an... |
4 5 |
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="900.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/8.0.241" xmlns:fx="http://javafx.com/fxml/1"> |
2f45c53df skeleton for user... |
6 7 8 9 10 11 12 13 14 |
<children> <fx:include source="menuBar.fxml" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"/> <SplitPane dividerPositions="0.29797979797979796" layoutY="25.0" prefHeight="379.0" prefWidth="594.0" AnchorPane.bottomAnchor="-4.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="6.0" AnchorPane.topAnchor="25.0"> <items> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0"> <children> |
b350f9dfe import vessels an... |
15 |
<fx:include source="controlPanel.fxml" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" |
2f45c53df skeleton for user... |
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
AnchorPane.topAnchor="0.0"/> </children> </AnchorPane> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0"> <children> <SplitPane dividerPositions="0.5" layoutX="127.0" layoutY="74.0" orientation="VERTICAL" prefHeight="200.0" prefWidth="160.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <items> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0"/> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0"/> </items> </SplitPane> </children> </AnchorPane> </items> </SplitPane> </children> </AnchorPane> |