-
Notifications
You must be signed in to change notification settings - Fork 0
/
FoodControllingManagerHomeScene.fxml
34 lines (31 loc) · 1.61 KB
/
FoodControllingManagerHomeScene.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
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Font?>
<AnchorPane id="AnchorPane" prefHeight="692.0" prefWidth="1080.0" xmlns:fx="http://javafx.com/fxml/1" xmlns="http://javafx.com/javafx/8.0.171" fx:controller="mainpkg.FoodControllingManagerHomeSceneController">
<children>
<Label layoutX="-2.0" layoutY="-1.0" prefHeight="100.0" prefWidth="1080.0" style="-fx-background-color: YeLLOW;" text="Simulating operations of a Food processing plant such as Pran Foods">
<font>
<Font name="System Bold" size="24.0" />
</font>
</Label>
<Label layoutX="-1.0" layoutY="107.0" prefHeight="48.0" prefWidth="1080.0" style="-fx-background-color: BLUE;" text=" Dashboard" textFill="#eeecec">
<font>
<Font name="System Bold" size="24.0" />
</font>
</Label>
<TextField layoutX="202.0" layoutY="162.0" prefHeight="31.0" prefWidth="267.0" />
<TextField layoutX="202.0" layoutY="219.0" prefHeight="31.0" prefWidth="267.0" />
<Label layoutX="25.0" layoutY="162.0" prefHeight="31.0" prefWidth="154.0" text="Input One:">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
<Label layoutX="25.0" layoutY="224.0" prefHeight="21.0" prefWidth="154.0" text="Input Two">
<font>
<Font name="System Bold" size="20.0" />
</font>
</Label>
</children>
</AnchorPane>