Skip to content

Commit 44f98a1

Browse files
code cleanup
1 parent a749d38 commit 44f98a1

1 file changed

Lines changed: 29 additions & 31 deletions

File tree

src/GUI/HomePage.fxml

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,35 @@
1313
<ImageView fx:id="menuImage" fitHeight="40.0" fitWidth="40.0" layoutX="14.0" layoutY="14.0" onMouseEntered="#mouseEntered" onMouseExited="#menuButtonRelease" onMousePressed="#menuButtonPressed" onMouseReleased="#menuButtonRelease" pickOnBounds="true" preserveRatio="true">
1414
<Image url="/menu1.png" />
1515
</ImageView>
16-
<VBox alignment="CENTER" layoutX="14.0" layoutY="58.0" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="220.0" prefWidth="572.0" spacing="20.0">
17-
<children>
18-
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" spacing="20.0">
19-
<children>
20-
<ImageView fitHeight="82.0" fitWidth="82.0" pickOnBounds="true" preserveRatio="true">
21-
<Image url="/SJC25.png" />
22-
</ImageView>
23-
24-
<Text fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Welcome to the SimpleJavaCrypter!" textAlignment="CENTER" wrappingWidth="291.13671875">
25-
<font>
26-
<Font name="Tahoma" size="34.0" />
27-
</font>
28-
</Text>
29-
</children>
30-
</HBox>
31-
<HBox alignment="CENTER" prefHeight="50.0" prefWidth="572.0" spacing="50.0">
32-
<children>
33-
<Button mnemonicParsing="false" onAction="#textEncryptionPageAction" prefHeight="25.0" prefWidth="155.0" text="Text encryption" textFill="WHITE">
34-
<font>
35-
<Font name="Tahoma Bold" size="12.0" />
36-
</font>
37-
</Button>
38-
<Button id="buttonFileEncryption" mnemonicParsing="false" onAction="#fileEncryptionPageAction" prefHeight="25.0" prefWidth="155.0" text="File encryption" textFill="WHITE">
39-
<font>
40-
<Font name="Tahoma Bold" size="12.0" />
41-
</font>
42-
</Button>
43-
</children>
44-
</HBox>
45-
</children>
46-
</VBox>
16+
<VBox alignment="CENTER" layoutX="14.0" layoutY="58.0" maxHeight="-Infinity" maxWidth="-Infinity"
17+
minHeight="-Infinity" minWidth="-Infinity" prefHeight="220.0" prefWidth="572.0" spacing="20.0">
18+
<HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" spacing="20.0">
19+
<ImageView fitHeight="82.0" fitWidth="82.0" pickOnBounds="true" preserveRatio="true">
20+
<Image url="/SJC25.png"/>
21+
</ImageView>
22+
23+
<Text fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Welcome to the SimpleJavaCrypter!"
24+
textAlignment="CENTER" wrappingWidth="291.13671875">
25+
<font>
26+
<Font name="Tahoma" size="34.0"/>
27+
</font>
28+
</Text>
29+
</HBox>
30+
<HBox alignment="CENTER" prefHeight="50.0" prefWidth="572.0" spacing="50.0">
31+
<Button mnemonicParsing="false" onAction="#textEncryptionPageAction" prefHeight="25.0" prefWidth="155.0"
32+
text="Text encryption" textFill="WHITE">
33+
<font>
34+
<Font name="Tahoma Bold" size="12.0"/>
35+
</font>
36+
</Button>
37+
<Button id="buttonFileEncryption" mnemonicParsing="false" onAction="#fileEncryptionPageAction"
38+
prefHeight="25.0" prefWidth="155.0" text="File encryption" textFill="WHITE">
39+
<font>
40+
<Font name="Tahoma Bold" size="12.0"/>
41+
</font>
42+
</Button>
43+
</HBox>
44+
</VBox>
4745
<Text fill="WHITE" layoutX="198.0" layoutY="362.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Author MasterFlomaster1" textAlignment="CENTER" wrappingWidth="204.13671875" AnchorPane.bottomAnchor="10.521484375">
4846
<font>
4947
<Font name="Tahoma" size="12.0" />

0 commit comments

Comments
 (0)