|
|
|
|
@ -9,9 +9,9 @@
|
|
|
|
|
<?import javafx.scene.layout.HBox?>
|
|
|
|
|
<?import javafx.scene.layout.Pane?>
|
|
|
|
|
<?import javafx.scene.layout.VBox?>
|
|
|
|
|
<?import javafx.scene.shape.Rectangle?>
|
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
|
<?import javafx.scene.web.WebView?>
|
|
|
|
|
|
|
|
|
|
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.45" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng202.group9.GUI.AirlineSummaryController">
|
|
|
|
|
<children>
|
|
|
|
|
@ -83,7 +83,7 @@
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="DODGERBLUE" height="200.0" stroke="BLACK" strokeType="INSIDE" width="252.0" />
|
|
|
|
|
<WebView fx:id="mapView" prefHeight="200.0" prefWidth="252.0" />
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
</children>
|
|
|
|
|
|