|
|
|
|
@ -55,22 +55,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="#viewAirportSummaryData" 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="#viewRouteSummaryData" 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="#viewFlightSummary" 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="#veiwAirlineRawData" 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" />
|
|
|
|
|
|