-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirmfxml.fxml
44 lines (42 loc) · 2.17 KB
/
confirmfxml.fxml
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
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.ListView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane prefHeight="600.0" prefWidth="1068.0" style="-fx-background-color: #00b0e6;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="sample.details">
<children>
<Label layoutX="27.0" layoutY="91.0" prefHeight="53.0" prefWidth="953.0" text="you need to contact the following donator ,his informations are given as follows..." textFill="#360728">
<font>
<Font name="Arial Black" size="21.0" />
</font></Label>
<Button layoutX="407.0" layoutY="538.0" mnemonicParsing="false" onAction="#press" prefHeight="25.0" prefWidth="193.0" text="Place Your Order" textFill="#f81515">
<font>
<Font name="System Bold" size="18.0" />
</font></Button>
<ListView fx:id="lis1" layoutX="285.0" layoutY="210.0" prefHeight="288.0" prefWidth="200.0" style="-fx-background-color: #e6f9ff;" />
<ListView fx:id="lis2" layoutX="535.0" layoutY="210.0" prefHeight="288.0" prefWidth="171.0" style="-fx-background-color: #e6f9ff;" />
<ListView fx:id="lis3" layoutX="782.0" layoutY="210.0" prefHeight="288.0" prefWidth="171.0" style="-fx-background-color: #e6f9ff;" />
<ListView fx:id="lisn" layoutX="40.0" layoutY="210.0" prefHeight="288.0" prefWidth="200.0" style="-fx-background-color: #e6f9ff;" />
<Label layoutX="104.0" layoutY="176.0" text="Food Name" textFill="#121486">
<font>
<Font size="18.0" />
</font>
</Label>
<Label layoutX="349.0" layoutY="176.0" text="Name" textFill="#121486">
<font>
<Font size="18.0" />
</font>
</Label>
<Label layoutX="830.0" layoutY="176.0" text="Address" textFill="#121486">
<font>
<Font size="18.0" />
</font>
</Label>
<Label layoutX="588.0" layoutY="176.0" text="Phone No." textFill="#121486">
<font>
<Font size="18.0" />
</font>
</Label>
</children>
</AnchorPane>