|
17 | 17 | -->
|
18 | 18 |
|
19 | 19 | <?import javafx.geometry.Insets?>
|
20 |
| -<?import javafx.scene.control.Button?> |
21 |
| -<?import javafx.scene.control.Label?> |
22 |
| -<?import javafx.scene.control.RadioButton?> |
23 |
| -<?import javafx.scene.control.ToggleGroup?> |
24 |
| -<?import javafx.scene.layout.AnchorPane?> |
25 |
| -<?import javafx.scene.layout.HBox?> |
26 |
| -<?import javafx.scene.layout.VBox?> |
27 |
| - |
28 |
| -<VBox fx:id="vboxMaster" minHeight="660.0" minWidth="1250.0" prefHeight="660.0" prefWidth="1250.0" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.cirdles.squid.gui.dateInterpretations.commonLeadAssignment.CommonLeadAssignmentController"> |
| 20 | +<?import javafx.scene.control.*?> |
| 21 | +<?import javafx.scene.layout.*?> |
| 22 | +<VBox xmlns:fx="http://javafx.com/fxml/1" fx:id="vboxMaster" minHeight="660.0" minWidth="1250.0" prefHeight="660.0" |
| 23 | + prefWidth="1250.0" xmlns="http://javafx.com/javafx/17" |
| 24 | + fx:controller="org.cirdles.squid.gui.dateInterpretations.commonLeadAssignment.CommonLeadAssignmentController"> |
29 | 25 | <children>
|
30 |
| - <HBox fx:id="headerHBoxForCorrections" minHeight="50.0" prefHeight="50.0" prefWidth="1200.0" spacing="35.0" styleClass="backgroundCalamari"> |
| 26 | + <HBox fx:id="headerHBoxForCorrections" minHeight="50.0" prefHeight="50.0" prefWidth="1200.0" spacing="35.0" |
| 27 | + styleClass="backgroundCalamari"> |
31 | 28 | <children>
|
32 |
| - <VBox alignment="CENTER" prefWidth="225.0"> |
33 |
| - <children> |
34 |
| - <Label style="-fx-font-family: SansSerif; -fx-font-size: 14; -fx-text-fill: #c53d13; -fx-font-weight: bold;" text=" 204 Corrections:" translateY="-2.0" /> |
35 |
| - <Button fx:id="viewDetailsButton" onAction="#viewDetailsOnAction" text="View Details" /> |
36 |
| - </children> |
37 |
| - </VBox> |
| 29 | + <VBox alignment="CENTER" prefWidth="225.0"> |
| 30 | + <children> |
| 31 | + <Label style="-fx-font-family: SansSerif; -fx-font-size: 14; -fx-text-fill: #c53d13; -fx-font-weight: bold;" |
| 32 | + text=" 204 Corrections:" translateY="-2.0"/> |
| 33 | + <Button fx:id="viewDetailsButton" onAction="#viewDetailsOnAction" text="View Details"/> |
| 34 | + </children> |
| 35 | + </VBox> |
38 | 36 | <VBox>
|
39 | 37 | <children>
|
40 |
| - <Label prefHeight="24.0" prefWidth="286.0" style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" /> |
41 |
| - <RadioButton fx:id="correctionNoneRB" mnemonicParsing="false" onAction="#correctionNoneAction" selected="true" style="-fx-text-fill: #c53d13#c53d13;" text="Original 204/206 ±1σ % "> |
| 38 | + <Label prefHeight="24.0" prefWidth="286.0" |
| 39 | + style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;"/> |
| 40 | + <RadioButton fx:id="correctionNoneRB" mnemonicParsing="false" onAction="#correctionNoneAction" |
| 41 | + selected="true" style="-fx-text-fill: #c53d13#c53d13;" |
| 42 | + text="Original 204/206 ±1σ % "> |
42 | 43 | <toggleGroup>
|
43 |
| - <ToggleGroup fx:id="correctionsToggleGroup" /> |
| 44 | + <ToggleGroup fx:id="correctionsToggleGroup"/> |
44 | 45 | </toggleGroup>
|
45 | 46 | </RadioButton>
|
46 | 47 | </children>
|
47 | 48 | </VBox>
|
48 | 49 | <VBox>
|
49 | 50 | <children>
|
50 |
| - <Label fx:id="biweight207Label" prefHeight="24.0" prefWidth="286.0" style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" text="Label" /> |
51 |
| - <RadioButton fx:id="correction207RB" mnemonicParsing="false" onAction="#correction207Action" style="-fx-text-fill: #c53d13#c53d13;" text="Corrected from 207 ±1σ % " toggleGroup="$correctionsToggleGroup" /> |
| 51 | + <Label fx:id="biweight207Label" prefHeight="24.0" prefWidth="286.0" |
| 52 | + style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" text="Label"/> |
| 53 | + <RadioButton fx:id="correction207RB" mnemonicParsing="false" onAction="#correction207Action" |
| 54 | + style="-fx-text-fill: #c53d13#c53d13;" text="Corrected from 207 ±1σ % " |
| 55 | + toggleGroup="$correctionsToggleGroup"/> |
52 | 56 | </children>
|
53 | 57 | </VBox>
|
54 | 58 | <VBox>
|
55 | 59 | <children>
|
56 |
| - <Label fx:id="biweight208Label" prefHeight="24.0" prefWidth="286.0" style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" text="Label" /> |
57 |
| - <RadioButton fx:id="correction208RB" mnemonicParsing="false" onAction="#correction208Action" style="-fx-text-fill: #c53d13#c53d13;" text="Corrected from 208 ±1σ %" toggleGroup="$correctionsToggleGroup" /> |
| 60 | + <Label fx:id="biweight208Label" prefHeight="24.0" prefWidth="286.0" |
| 61 | + style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" text="Label"/> |
| 62 | + <RadioButton fx:id="correction208RB" mnemonicParsing="false" onAction="#correction208Action" |
| 63 | + style="-fx-text-fill: #c53d13#c53d13;" text="Corrected from 208 ±1σ %" |
| 64 | + toggleGroup="$correctionsToggleGroup"/> |
| 65 | + </children> |
| 66 | + </VBox> |
| 67 | + <VBox layoutX="807.0" layoutY="13.0"> |
| 68 | + <children> |
| 69 | + <Label fx:id="customSWAPLabel" prefHeight="24.0" prefWidth="286.0" |
| 70 | + style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" text="Label"/> |
| 71 | + <RadioButton fx:id="customSWAPRB" mnemonicParsing="false" onAction="#customCorrectionAction" |
| 72 | + style="-fx-text-fill: #c53d13#c53d13;" text="Custom SWAP ±1σ %" |
| 73 | + toggleGroup="$correctionsToggleGroup"/> |
58 | 74 | </children>
|
59 | 75 | </VBox>
|
60 |
| - <VBox layoutX="807.0" layoutY="13.0"> |
61 |
| - <children> |
62 |
| - <Label fx:id="customSWAPLabel" prefHeight="24.0" prefWidth="286.0" style="-fx-text-fill: #c53d13#c53d13 #c53d13; -fx-font-size: 13;" text="Label" /> |
63 |
| - <RadioButton fx:id="customSWAPRB" mnemonicParsing="false" onAction="#customCorrectionAction" style="-fx-text-fill: #c53d13#c53d13;" text="Custom SWAP ±1σ %" toggleGroup="$correctionsToggleGroup" /> |
64 |
| - </children> |
65 |
| - </VBox> |
66 | 76 | </children>
|
67 | 77 | <padding>
|
68 |
| - <Insets top="3.0" /> |
| 78 | + <Insets top="3.0"/> |
69 | 79 | </padding>
|
70 | 80 | </HBox>
|
71 |
| - <HBox fx:id="headerHBox" minHeight="25.0" prefHeight="25.0" prefWidth="1200.0" spacing="35.0" styleClass="backgroundCalamari"> |
| 81 | + <HBox fx:id="headerHBox" minHeight="25.0" prefHeight="25.0" prefWidth="1200.0" spacing="35.0" |
| 82 | + styleClass="backgroundCalamari"> |
72 | 83 | <children>
|
73 |
| - <Label style="-fx-font-family: SansSerif; -fx-font-size: 14; -fx-text-fill: #c53d13; -fx-font-weight: bold;" text=" Common Lead Assignment:" translateY="-2.0" /> |
74 |
| - <Label layoutX="10.0" layoutY="13.0" style="-fx-font-family: SansSerif; -fx-font-size: 14; -fx-text-fill: #c53d13; -fx-font-weight: bold;" text="Age Type:" translateX="260.0" /> |
| 84 | + <Label style="-fx-font-family: SansSerif; -fx-font-size: 14; -fx-text-fill: #c53d13; -fx-font-weight: bold;" |
| 85 | + text=" Common Lead Assignment:" translateY="-2.0"/> |
| 86 | + <Label layoutX="10.0" layoutY="13.0" |
| 87 | + style="-fx-font-family: SansSerif; -fx-font-size: 14; -fx-text-fill: #c53d13; -fx-font-weight: bold;" |
| 88 | + text="Age Type:" translateX="260.0"/> |
75 | 89 | </children>
|
76 | 90 | <padding>
|
77 |
| - <Insets top="3.0" /> |
| 91 | + <Insets top="3.0"/> |
78 | 92 | </padding>
|
79 | 93 | </HBox>
|
80 |
| - <AnchorPane fx:id="sampleTreeAnchorPane" prefHeight="638.0" prefWidth="1200.0" /> |
81 |
| - <HBox fx:id="footerHBox" layoutX="10.0" layoutY="10.0" maxHeight="30.0" minHeight="30.0" prefHeight="30.0" prefWidth="1200.0" spacing="17.0" styleClass="backgroundCalamari"> |
| 94 | + <AnchorPane fx:id="sampleTreeAnchorPane" prefHeight="638.0" prefWidth="1200.0"/> |
| 95 | + <HBox fx:id="footerHBox" layoutX="10.0" layoutY="10.0" maxHeight="30.0" minHeight="30.0" prefHeight="30.0" |
| 96 | + prefWidth="1200.0" spacing="17.0" styleClass="backgroundCalamari"> |
82 | 97 | <padding>
|
83 |
| - <Insets top="3.0" /> |
| 98 | + <Insets top="3.0"/> |
84 | 99 | </padding>
|
85 | 100 | </HBox>
|
86 | 101 | </children>
|
|
0 commit comments