Blame view
src/main/resources/gui/windows.fxml
2 KB
2f45c53df skeleton for user... |
1 |
<?xml version="1.0" encoding="UTF-8"?> |
52321443a different color f... |
2 |
<?import javafx.scene.control.*?> |
2f45c53df skeleton for user... |
3 |
<?import javafx.scene.layout.*?> |
52321443a different color f... |
4 5 6 |
<?import javafx.scene.shape.*?> <AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="900.0" prefWidth="1200.0" xmlns="http://javafx.com/javafx/10.0.2-internal" xmlns:fx="http://javafx.com/fxml/1"> |
2f45c53df skeleton for user... |
7 |
<children> |
52321443a different color f... |
8 9 |
<fx:include source="menuBar.fxml" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" /> <SplitPane dividerPositions="0.29797979797979796" layoutY="39.0" prefHeight="865.0" prefWidth="1194.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="35.0"> |
2f45c53df skeleton for user... |
10 11 12 |
<items> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0"> <children> |
2bbe36a1b addd the possibil... |
13 |
<fx:include source="vesselListPanel.fxml" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" /> |
2f45c53df skeleton for user... |
14 15 16 17 |
</children> </AnchorPane> <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0"> <children> |
52321443a different color f... |
18 |
<SplitPane dividerPositions="0.536" 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"> |
2f45c53df skeleton for user... |
19 |
<items> |
53f01ecc3 display message o... |
20 |
<fx:include source="mapPanel.fxml" /> |
52321443a different color f... |
21 |
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="100.0" prefWidth="160.0" /> |
2f45c53df skeleton for user... |
22 23 24 25 26 27 |
</items> </SplitPane> </children> </AnchorPane> </items> </SplitPane> |
52321443a different color f... |
28 |
<Line endX="1101.0" endY="1.1444091796875E-5" layoutX="101.0" layoutY="35.0" startX="-100.0" /> |
2f45c53df skeleton for user... |
29 30 |
</children> </AnchorPane> |