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

Added Changes Syed Requested to EditInfoScene.fxml

parent 3bb0a4ca
No related branches found
No related tags found
No related merge requests found
Pipeline #8343 canceled
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.paint.*?>
<?import javafx.scene.text.*?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.PasswordField?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.paint.Color?>
<?import javafx.scene.paint.LinearGradient?>
<?import javafx.scene.paint.Stop?>
<?import javafx.scene.text.Font?>
<AnchorPane prefHeight="600.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/11.0.14-internal" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.cpsc329pm.EditInfoSceneController">
<AnchorPane prefHeight="600.0" prefWidth="500.0" xmlns="http://javafx.com/javafx/23.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.cpsc329pm.EditInfoSceneController">
<children>
<AnchorPane prefHeight="140.0" prefWidth="600.0" styleClass="backgroundColor" stylesheets="@EditInfo.css">
<children>
......@@ -42,23 +48,18 @@
</font>
</Label>
</children></AnchorPane>
<Label layoutX="94.0" layoutY="188.0" text="Service Name for Credential Changes" />
<TextField fx:id="serviceNameField" layoutX="60.0" layoutY="210.0" prefHeight="26.0" prefWidth="472.0" promptText="Service Name for Credential Changes" />
<Label layoutX="86.0" layoutY="399.0" prefHeight="17.0" prefWidth="179.0" text="Edit Password" />
<Label layoutX="90.0" layoutY="292.0" prefHeight="17.0" prefWidth="147.0" text="Edit Username" />
<TextField fx:id="editUsernameField" layoutX="61.0" layoutY="313.0" prefHeight="26.0" prefWidth="468.0" promptText="Edit Username" />
<ImageView fitHeight="25.0" fitWidth="17.0" layoutX="64.0" layoutY="399.0" pickOnBounds="true" preserveRatio="true">
<Label layoutX="88.0" layoutY="212.0" text="Service Name for Credential Changes" />
<TextField fx:id="serviceNameField" layoutX="56.0" layoutY="235.0" prefHeight="26.0" prefWidth="472.0" promptText="Service Name for Credential Changes" />
<Label layoutX="87.0" layoutY="440.0" prefHeight="17.0" prefWidth="179.0" text="Edit Password" />
<Label layoutX="85.0" layoutY="361.0" prefHeight="17.0" prefWidth="147.0" text="Edit Username" />
<TextField fx:id="editUsernameField" layoutX="56.0" layoutY="380.0" prefHeight="26.0" prefWidth="471.0" promptText="Edit Username" />
<ImageView fitHeight="25.0" fitWidth="17.0" layoutX="64.0" layoutY="439.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@Lock.png" />
</image>
</ImageView>
<ImageView fitHeight="28.0" fitWidth="31.0" layoutX="58.0" layoutY="286.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@MiniProfile.png" />
</image>
</ImageView>
<PasswordField fx:id="editPasswordField" layoutX="58.0" layoutY="424.0" prefHeight="26.0" prefWidth="471.0" promptText="Edit Password" />
<ImageView fitHeight="28.0" fitWidth="31.0" layoutX="58.0" layoutY="182.0" pickOnBounds="true" preserveRatio="true">
<PasswordField fx:id="editPasswordField" layoutX="56.0" layoutY="460.0" prefHeight="26.0" prefWidth="472.0" promptText="Edit Password" />
<ImageView fitHeight="25.0" fitWidth="26.0" layoutX="59.0" layoutY="208.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@Gearss.png" />
</image>
......@@ -99,5 +100,17 @@
</LinearGradient>
</textFill>
</Button>
<TextField layoutX="55.0" layoutY="312.0" prefHeight="26.0" prefWidth="477.0" promptText="Username for Credential Changes" />
<Label layoutX="81.0" layoutY="292.0" prefHeight="17.0" prefWidth="194.0" text="Username for Credential Changes" />
<ImageView fitHeight="26.0" fitWidth="30.0" layoutX="59.0" layoutY="286.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@MiniProfile.png" />
</image>
</ImageView>
<ImageView fitHeight="26.0" fitWidth="34.0" layoutX="61.0" layoutY="355.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@MiniProfile.png" />
</image>
</ImageView>
</children>
</AnchorPane>
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