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.
31 lines
1.6 KiB
31 lines
1.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import java.net.URL?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.Label?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.layout.Pane?>
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="200.0" prefWidth="350.0" styleClass="background" xmlns="http://javafx.com/javafx/15.0.1" xmlns:fx="http://javafx.com/fxml/1">
|
|
<Pane layoutX="1.0" layoutY="1.0" prefHeight="200.0" prefWidth="200.0" style="-fx-background-color: transparent;" stylesheets="@../css/saveChanges.css" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="1.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="1.0">
|
|
<Label layoutX="34.0" layoutY="64.0" text="Unsaved changes, do you want to save them?" textFill="WHITE">
|
|
<font>
|
|
<Font size="14.0" />
|
|
</font>
|
|
</Label>
|
|
<Button layoutX="267.0" layoutY="145.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="63.0" text="Save" />
|
|
<Button layoutX="34.0" layoutY="145.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="63.0" text="Cancel" />
|
|
<Label layoutX="34.0" layoutY="25.0" text="Review Changes" textFill="WHITE">
|
|
<font>
|
|
<Font size="18.0" />
|
|
</font>
|
|
</Label>
|
|
<Button layoutX="197.0" layoutY="145.0" mnemonicParsing="false" prefHeight="25.0" prefWidth="63.0" text="Discard" />
|
|
</Pane>
|
|
<stylesheets>
|
|
<URL value="@../css/prefrence.css" />
|
|
<URL value="@../css/saveChanges.css" />
|
|
</stylesheets>
|
|
</AnchorPane>
|