|
|
|
|
@ -34,16 +34,18 @@
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane layoutY="52.0" prefHeight="240.0" prefWidth="480.0" AnchorPane.bottomAnchor="0.0">
|
|
|
|
|
<children>
|
|
|
|
|
<Pane layoutX="25.0" layoutY="10.0" prefHeight="220.0" prefWidth="120.0" />
|
|
|
|
|
<TableView fx:id="tableView" layoutX="10.0" layoutY="10.0" prefHeight="200.0" prefWidth="378.0">
|
|
|
|
|
<Pane layoutX="25.0" layoutY="10.0" prefHeight="220.0" prefWidth="120.0">
|
|
|
|
|
<children>
|
|
|
|
|
<TableView fx:id="tableView" prefHeight="200.0" prefWidth="378.0">
|
|
|
|
|
<columns>
|
|
|
|
|
<TableColumn fx:id="columnName" text="Name" />
|
|
|
|
|
<TableColumn fx:id="columnName" maxWidth="100.0" prefWidth="50.0" text="Name" />
|
|
|
|
|
<TableColumn fx:id="columnAlias" prefWidth="77.0" text="Alias" />
|
|
|
|
|
<TableColumn fx:id="columnCountry" prefWidth="86.0" text="Country" />
|
|
|
|
|
<TableColumn fx:id="columnIATA" prefWidth="86.0" text="IATA/FAA" />
|
|
|
|
|
<TableColumn fx:id="columnActive" prefWidth="46.0" text="Active" />
|
|
|
|
|
</columns>
|
|
|
|
|
</TableView>
|
|
|
|
|
</children></Pane>
|
|
|
|
|
</children>
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
|
|
|
@ -55,22 +57,22 @@
|
|
|
|
|
<children>
|
|
|
|
|
<Pane layoutY="200.0" prefHeight="100.0" prefWidth="253.0">
|
|
|
|
|
<children>
|
|
|
|
|
<Button layoutX="20.0" layoutY="14.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="65.0" text="Airports">
|
|
|
|
|
<Button layoutX="20.0" layoutY="14.0" mnemonicParsing="false" onAction="#airportSummaryButton" prefHeight="25.0" prefWidth="65.0" text="Airports">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="12.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button layoutX="94.0" layoutY="14.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="65.0" text="Routes">
|
|
|
|
|
<Button layoutX="94.0" layoutY="14.0" mnemonicParsing="false" onAction="#routeSummaryButton" prefHeight="25.0" prefWidth="65.0" text="Routes">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="12.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button layoutX="169.0" layoutY="14.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="65.0" text="Flights">
|
|
|
|
|
<Button layoutX="169.0" layoutY="14.0" mnemonicParsing="false" onAction="#flightSummaryButton" prefHeight="25.0" prefWidth="65.0" text="Flights">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="12.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button layoutX="20.0" layoutY="61.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="214.0" text="Airline Raw Data" />
|
|
|
|
|
<Button layoutX="20.0" layoutY="61.0" mnemonicParsing="false" onAction="#airlineRawDataButton" prefHeight="25.0" prefWidth="214.0" text="Airline Raw Data" />
|
|
|
|
|
</children>
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
|
|
|
|