-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paths7.fxml
More file actions
33 lines (31 loc) · 2.74 KB
/
Copy paths7.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="subroots7" 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.s7controller">
<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="119.0" layoutY="81.0" mnemonicParsing="false" prefHeight="62.0" prefWidth="291.0" style="-fx-border-color: black black grey black; -fx-background-color: black; -fx-text-fill: white;" text="Red Red Component of Player 5's Orb Color " />
<Button alignment="BOTTOM_LEFT" layoutX="119.0" layoutY="143.0" mnemonicParsing="false" prefHeight="62.0" prefWidth="300.0" style="-fx-border-color: black black grey black; -fx-background-color: black; -fx-text-fill: white;" text="Green Green Component of Player 5's Orb Color" />
<Button alignment="BOTTOM_LEFT" layoutX="119.0" layoutY="213.0" mnemonicParsing="false" prefHeight="62.0" prefWidth="291.0" style="-fx-border-color: black black grey black; -fx-background-color: black; -fx-text-fill: white;" text="Blue Blue Component of Player 5's Orb Color" />
<Button fx:id="Backs7" layoutX="226.0" layoutY="337.0" mnemonicParsing="false" onAction="#backs7" prefHeight="42.0" prefWidth="107.0" style="-fx-background-color: grey; -fx-text-fill: white;" text="OK" />
<TextField fx:id="blues7" layoutX="445.0" layoutY="244.0" prefHeight="31.0" prefWidth="95.0" />
<TextField fx:id="greens7" layoutX="445.0" layoutY="174.0" prefHeight="31.0" prefWidth="95.0" />
<TextField fx:id="reds7" layoutX="445.0" layoutY="112.0" prefHeight="31.0" prefWidth="95.0" />
</children>
</Pane>
</children>
</AnchorPane>