Skip to content
Snippets Groups Projects
Commit 1bf929ea authored by Oluwatomisin OTENIYA's avatar Oluwatomisin OTENIYA :speech_balloon:
Browse files

Added Changes Syed Requested to MainPage.fxml

parent f8f6504f
No related branches found
No related tags found
No related merge requests found
Pipeline #8355 canceled
...@@ -12,14 +12,13 @@ ...@@ -12,14 +12,13 @@
<?import javafx.scene.paint.Stop?> <?import javafx.scene.paint.Stop?>
<?import javafx.scene.text.Font?> <?import javafx.scene.text.Font?>
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/21" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.cpsc329pm.MainPageController"> <BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="500.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.cpsc329pm.MainPageController">
<left> <left>
<VBox prefHeight="400.0" prefWidth="136.0" style="-fx-border-color: black;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" BorderPane.alignment="CENTER"> <VBox prefHeight="400.0" prefWidth="136.0" style="-fx-border-color: black;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" BorderPane.alignment="CENTER">
<children> <children>
<Button fx:id="addServiceButton" layoutX="10.0" layoutY="10.0" mnemonicParsing="false" onAction="#handleAddService" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Add New Service" /> <Button fx:id="addServiceButton" layoutX="10.0" layoutY="10.0" mnemonicParsing="false" onAction="#handleAddService" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Add New Service" />
<Button fx:id="deleteServiceButton" layoutX="10.0" layoutY="61.0" mnemonicParsing="false" onAction="#handleDeleteService" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Delete Service" /> <Button fx:id="deleteServiceButton" layoutX="10.0" layoutY="61.0" mnemonicParsing="false" onAction="#handleDeleteService" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Delete Service" />
<Button layoutX="10.0" layoutY="112.0" mnemonicParsing="false" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Delete All Service" />
<Button fx:id="viewButton" layoutX="10.0" layoutY="163.0" mnemonicParsing="false" onAction="#viewAllServices" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="View All services" /> <Button fx:id="viewButton" layoutX="10.0" layoutY="163.0" mnemonicParsing="false" onAction="#viewAllServices" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="View All services" />
<Button fx:id="editServiceButton" mnemonicParsing="false" onAction="#handleEditService" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Edit Info" /> <Button fx:id="editServiceButton" mnemonicParsing="false" onAction="#handleEditService" prefHeight="51.0" prefWidth="136.0" style="-fx-border-color: black; -fx-border-width: 0px 0px 2px 0px;" styleClass="backgroundColor" stylesheets="@LoginScene-Pane.css" text="Edit Info" />
</children> </children>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment