-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogged-in.fxml
More file actions
126 lines (124 loc) · 6.01 KB
/
logged-in.fxml
File metadata and controls
126 lines (124 loc) · 6.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.layout.*?>
<?import javafx.scene.text.*?>
<AnchorPane prefHeight="472.0" prefWidth="600.0" style="-fx-background-color: white;" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="com.example.loanproject.LoginController">
<children>
<AnchorPane prefHeight="54.0" prefWidth="600.0" style="-fx-background-color: Lightblue;">
<children>
<Button fx:id="button_logout" layoutX="533.0" layoutY="1.0" mnemonicParsing="false" style="-fx-background-color: RED;" text="LOG OUT" />
<Button fx:id="button_contact" layoutX="411.0" layoutY="-1.0" mnemonicParsing="false" style="-fx-background-color: lightblue;" text="Contact Support">
<font>
<Font size="14.0" />
</font>
</Button>
<Button fx:id="button_bank" alignment="CENTER" layoutX="291.0" layoutY="-1.0" mnemonicParsing="false" style="-fx-background-color: lightblue;" text="EMI Calculator">
<font>
<Font size="14.0" />
</font>
</Button>
<Button fx:id="button_about" alignment="CENTER" layoutX="207.0" layoutY="-1.0" mnemonicParsing="false" style="-fx-background-color: lightblue;" text="About us">
<font>
<Font size="14.0" />
</font>
</Button>
<Label layoutX="54.0" layoutY="-1.0" prefHeight="30.0" prefWidth="65.0" text="Online " textFill="#de0b44">
<font>
<Font name="System Bold Italic" size="18.0" />
</font>
</Label>
<Label layoutX="54.0" layoutY="26.0" text="Loan" textFill="#de0b44">
<font>
<Font name="System Bold Italic" size="18.0" />
</font>
</Label>
<Label layoutX="107.0" layoutY="27.0" text="Advisor" textFill="#de0b44">
<font>
<Font name="System Bold Italic" size="18.0" />
</font>
</Label>
<Button fx:id="button_home" layoutX="139.0" layoutY="-1.0" mnemonicParsing="false" style="-fx-background-color: lightblue;" text="Home">
<font>
<Font size="14.0" />
</font>
</Button>
<ImageView fitHeight="40.0" fitWidth="42.0" layoutX="5.0" layoutY="1.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@loansign.png" />
</image>
</ImageView>
</children>
</AnchorPane>
<ImageView fitHeight="226.0" fitWidth="600.0" layoutY="54.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@homep.png" />
</image>
</ImageView>
<Label fx:id="label_welcome1" layoutY="135.0" prefHeight="54.0" prefWidth="378.0" text="WELCOME TO LOAN ADVISORY ">
<font>
<Font name="System Bold" size="24.0" />
</font>
</Label>
<ImageView fitHeight="54.0" fitWidth="51.0" layoutX="44.0" layoutY="308.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@personal%20loan.png" />
</image>
</ImageView>
<ImageView fitHeight="63.0" fitWidth="69.0" layoutX="158.0" layoutY="416.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@vehicleloan.png" />
</image>
</ImageView>
<ImageView fitHeight="80.0" fitWidth="66.0" layoutX="490.0" layoutY="305.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@education%20loan.jpg" />
</image>
</ImageView>
<ImageView fitHeight="64.0" fitWidth="75.0" layoutX="260.0" layoutY="318.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@homeloan.jpg" />
</image>
</ImageView>
<ImageView fitHeight="56.0" fitWidth="75.0" layoutX="372.0" layoutY="420.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@businessloan.jpg" />
</image>
</ImageView>
<Label layoutX="23.0" layoutY="287.0" text="Personal Loan">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Label>
<Label layoutX="252.0" layoutY="287.0" text="Home Loan">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Label>
<Label layoutX="472.0" layoutY="287.0" text="Education Loan">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Label>
<Label layoutX="148.0" layoutY="396.0" text="Vehicle Loan">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Label>
<Label layoutX="361.0" layoutY="396.0" text="Business Loan">
<font>
<Font name="System Bold" size="14.0" />
</font>
</Label>
<Button fx:id="button_perloan" layoutX="31.0" layoutY="380.0" mnemonicParsing="false" text="Know More" />
<Button fx:id="button_homeloan" layoutX="259.0" layoutY="380.0" mnemonicParsing="false" text="Know More" />
<Button fx:id="button_eduloan" layoutX="484.0" layoutY="380.0" mnemonicParsing="false" text="Know More" />
<Button fx:id="button_Vechloan" layoutX="149.0" layoutY="479.0" mnemonicParsing="false" text="Know More" />
<Button fx:id="button_Bussloan" layoutX="368.0" layoutY="479.0" mnemonicParsing="false" text="Know More" />
<AnchorPane layoutY="506.0" prefHeight="26.0" prefWidth="600.0" style="-fx-background-color: lightblue;">
<children>
<Label layoutX="11.0" layoutY="5.0" text="© 2016-2022 Onlineloan.pvt" />
<Label layoutX="481.0" layoutY="5.0" text=" All Rights Reserved." />
</children></AnchorPane>
</children>
</AnchorPane>