-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paths6.fxml
More file actions
33 lines (31 loc) · 2.74 KB
/
Copy paths6.fxml
File metadata and controls
33 lines (31 loc) · 2.74 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
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.shape.Line?>
<AnchorPane fx:id="subroots6" prefHeight="845.0" prefWidth="600.0" style="-fx-background-color: black;" xmlns="http://javafx.com/javafx/8.0.121" xmlns:fx="http://javafx.com/fxml/1" fx:controller="hello.pages.s6controller">
<children>
<Pane layoutX="-5.0" prefHeight="570.0" prefWidth="392.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Line endX="500.0" layoutX="101.0" layoutY="64.0" startX="-100.0" stroke="#00f2ff" />
<Label layoutX="75.0" layoutY="14.0" prefHeight="42.0" prefWidth="246.0" style="-fx-text-fill: white; -fx-font-size: 20;" text="Chain Reaction Preferences" />
<ImageView fitHeight="50.0" fitWidth="54.0" layoutX="14.0" layoutY="10.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../unnamed.jpeg" />
</image>
</ImageView>
<Button alignment="BOTTOM_LEFT" layoutX="102.0" layoutY="96.0" mnemonicParsing="false" prefHeight="62.0" prefWidth="290.0" style="-fx-border-color: black black grey black; -fx-background-color: black; -fx-text-fill: white;" text="Red Red Component of Player 4's Orb Color " />
<Button alignment="BOTTOM_LEFT" layoutX="102.0" layoutY="159.0" mnemonicParsing="false" prefHeight="62.0" prefWidth="302.0" style="-fx-border-color: black black grey black; -fx-background-color: black; -fx-text-fill: white;" text="Green Green Component of Player 4's Orb Color" />
<Button alignment="BOTTOM_LEFT" layoutX="102.0" layoutY="237.0" mnemonicParsing="false" prefHeight="62.0" prefWidth="302.0" style="-fx-border-color: black black grey black; -fx-background-color: black; -fx-text-fill: white;" text="Blue Blue Component of Player 4's Orb Color" />
<Button fx:id="Backs6" layoutX="274.0" layoutY="351.0" mnemonicParsing="false" onAction="#backs6" prefHeight="42.0" prefWidth="110.0" style="-fx-background-color: grey; -fx-text-fill: white;" text="OK" />
<TextField fx:id="blues6" layoutX="455.0" layoutY="268.0" prefHeight="31.0" prefWidth="95.0" />
<TextField fx:id="greens6" layoutX="455.0" layoutY="190.0" prefHeight="31.0" prefWidth="95.0" />
<TextField fx:id="reds6" layoutX="455.0" layoutY="127.0" prefHeight="31.0" prefWidth="95.0" />
</children>
</Pane>
</children>
</AnchorPane>