You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
3.1 KiB
59 lines
3.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.ScrollPane?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.HBox?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.layout.VBox?>
|
|
<?import javafx.scene.text.Font?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<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.BarChartErrorController">
|
|
<children>
|
|
<ScrollPane prefHeight="800.0" prefWidth="800.0">
|
|
<content>
|
|
<AnchorPane prefHeight="800.0" prefWidth="800.0">
|
|
<children>
|
|
<HBox alignment="CENTER" prefHeight="300.0" prefWidth="583.0" AnchorPane.topAnchor="25.0">
|
|
<children>
|
|
<AnchorPane prefHeight="300.0" prefWidth="330.0">
|
|
<children>
|
|
<Pane layoutY="-6.0" prefHeight="60.0" prefWidth="330.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
<children>
|
|
<Text layoutX="21.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="You have entered too many options for our graph to safely handle. ">
|
|
<font>
|
|
<Font size="24.0" />
|
|
</font></Text>
|
|
</children>
|
|
</Pane>
|
|
<Button layoutX="100.0" layoutY="125.0" mnemonicParsing="false" onAction="#ignoredWarning" text="Continue? (May cause slowdown and display issues" />
|
|
</children>
|
|
</AnchorPane>
|
|
<AnchorPane prefHeight="300.0" prefWidth="253.0">
|
|
<children>
|
|
<Pane layoutY="200.0" prefHeight="100.0" prefWidth="253.0">
|
|
<padding>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
</padding>
|
|
</Pane>
|
|
<Pane prefHeight="200.0" prefWidth="253.0">
|
|
<padding>
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
</padding>
|
|
<children>
|
|
<Button layoutX="100.0" layoutY="124.0" mnemonicParsing="false" onAction="#backToSafety" text="Abort (Add more filters to fix.)" />
|
|
</children>
|
|
</Pane>
|
|
</children>
|
|
</AnchorPane>
|
|
</children>
|
|
</HBox>
|
|
</children>
|
|
</AnchorPane>
|
|
</content>
|
|
</ScrollPane>
|
|
</children>
|
|
</VBox>
|