Blame view

src/main/resources/gui/windows.fxml 1.99 KB
2f45c53df   lsagona   skeleton for user...
1
  <?xml version="1.0" encoding="UTF-8"?>
f15a58907   lsagona   add better chart
2
  <?import javafx.scene.control.*?>
2f45c53df   lsagona   skeleton for user...
3
  <?import javafx.scene.layout.*?>
f15a58907   lsagona   add better chart
4
  <?import javafx.scene.shape.*?>
a6a8df6ff   lsagona   add the possibili...
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   lsagona   skeleton for user...
6
      <children>
f15a58907   lsagona   add better chart
7
8
          <fx:include source="menuBar.fxml" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
          <SplitPane dividerPositions="0.13772954924874792" 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   lsagona   skeleton for user...
9
10
11
              <items>
                  <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
                      <children>
f15a58907   lsagona   add better chart
12
                          <fx:include source="vesselListPanel.fxml" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0" />
2f45c53df   lsagona   skeleton for user...
13
14
15
16
                      </children>
                  </AnchorPane>
                  <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="160.0" prefWidth="100.0">
                      <children>
f15a58907   lsagona   add better chart
17
                          <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   lsagona   skeleton for user...
18
                              <items>
f15a58907   lsagona   add better chart
19
20
                                  <fx:include source="mapPanel.fxml" />
                                  <fx:include source="dataPanel.fxml" />
2f45c53df   lsagona   skeleton for user...
21
22
23
24
25
26
                              </items>
                          </SplitPane>
                      </children>
                  </AnchorPane>
              </items>
          </SplitPane>
f15a58907   lsagona   add better chart
27
          <Line endX="3000.0" layoutX="101.0" layoutY="35.0" startX="-100.0" AnchorPane.leftAnchor="-3.0" AnchorPane.rightAnchor="0.0" />
2f45c53df   lsagona   skeleton for user...
28
29
      </children>
  </AnchorPane>