|
|
|
|
@ -1,10 +1,5 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
|
<?import javafx.scene.control.ContextMenu?>
|
|
|
|
|
@ -18,7 +13,7 @@
|
|
|
|
|
<?import javafx.scene.layout.RowConstraints?>
|
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
|
|
|
|
|
<GridPane alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="568.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng202.group9.GUI.RouteRDController">
|
|
|
|
|
<GridPane alignment="CENTER" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="568.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.60" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng202.group9.GUI.RouteRDController">
|
|
|
|
|
<columnConstraints>
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
|
|
|
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
|
|
|
|
|
@ -63,17 +58,22 @@
|
|
|
|
|
</TableView>
|
|
|
|
|
<HBox prefHeight="100.0" prefWidth="200.0" GridPane.columnSpan="2" GridPane.halignment="RIGHT" GridPane.rowIndex="2" GridPane.valignment="BASELINE">
|
|
|
|
|
<children>
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#analyse_Button" text="Analyse Route Data">
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#analyse_Button" prefWidth="100.0" text="Analyse ">
|
|
|
|
|
<HBox.margin>
|
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
|
</HBox.margin>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#openFilter" text="Filter Route Data">
|
|
|
|
|
<Button mnemonicParsing="false" onAction="#openFilter" prefWidth="100.0" text="Filter">
|
|
|
|
|
<HBox.margin>
|
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
|
</HBox.margin>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button mnemonicParsing="false" nodeOrientation="LEFT_TO_RIGHT" onAction="#openAdd" text="Add New Route">
|
|
|
|
|
<Button mnemonicParsing="false" nodeOrientation="LEFT_TO_RIGHT" onAction="#openAdd" prefWidth="100.0" text="Add New">
|
|
|
|
|
<HBox.margin>
|
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
|
</HBox.margin>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button mnemonicParsing="false" nodeOrientation="LEFT_TO_RIGHT" onAction="#openMap" prefWidth="100.0" text="Map Data">
|
|
|
|
|
<HBox.margin>
|
|
|
|
|
<Insets bottom="15.0" left="15.0" right="15.0" top="15.0" />
|
|
|
|
|
</HBox.margin>
|
|
|
|
|
|