Blame view
src/main/resources/gui/windows.fxml
2.02 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 |
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="900.0" |
53f01ecc3 display message o... |
5 |
prefWidth="1200.0" xmlns="http://javafx.com/javafx/10.0.2-internal" 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 |
AnchorPane.topAnchor="0.0"/> </children> </AnchorPane> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0"> <children> |
53f01ecc3 display message o... |
21 |
<SplitPane dividerPositions="0.536" layoutX="127.0" layoutY="74.0" orientation="VERTICAL" |
2f45c53df skeleton for user... |
22 23 24 |
prefHeight="200.0" prefWidth="160.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"> <items> |
53f01ecc3 display message o... |
25 |
<fx:include source="mapPanel.fxml" /> |
2f45c53df skeleton for user... |
26 27 28 29 30 31 32 33 34 |
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0"/> </items> </SplitPane> </children> </AnchorPane> </items> </SplitPane> </children> </AnchorPane> |