54 lines
3.2 KiB
XML
54 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
<?import javafx.scene.Cursor?>
|
|
<?import javafx.scene.control.Button?>
|
|
<?import javafx.scene.control.RadioButton?>
|
|
<?import javafx.scene.control.ToggleGroup?>
|
|
<?import javafx.scene.layout.AnchorPane?>
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
<AnchorPane id="exerc" fx:id="exerc" prefHeight="228.0" prefWidth="620.0" style="-fx-border-insets: 10; -fx-background-insets: 10; -fx-background-color: #ffffff; -fx-background-radius: 3; -fx-border-radius: 3; -fx-border-color: #ddd;" xmlns="http://javafx.com/javafx/8.0.141" xmlns:fx="http://javafx.com/fxml/1">
|
|
<opaqueInsets>
|
|
<Insets />
|
|
</opaqueInsets>
|
|
<children>
|
|
<Text layoutX="251.0" layoutY="39.0" strokeType="OUTSIDE" strokeWidth="0.0" style="-fx-font-size: 20;" text="Exercise #1" />
|
|
<Button layoutX="536.0" layoutY="194.0" mnemonicParsing="false" style="-fx-background-color: #ffffff; -fx-border-width: 1; -fx-border-color: #aaaaaa; -fx-text-fill: #000000; -fx-border-radius: 3; -fx-background-radius: 3;" text="Check" />
|
|
<Text layoutX="47.0" layoutY="96.0" strokeType="OUTSIDE" strokeWidth="0.0" text=""I am doing my homework" is affirmative" />
|
|
<Text layoutX="47.0" layoutY="118.0" strokeType="OUTSIDE" strokeWidth="0.0" />
|
|
<Text layoutX="105.0" layoutY="129.0" strokeType="OUTSIDE" strokeWidth="0.0" text=""Where do you live ?" is passive" />
|
|
<Text layoutX="33.0" layoutY="161.0" strokeType="OUTSIDE" strokeWidth="0.0" text=""She had a nightmare" happens in the past" />
|
|
<Text layoutX="59.0" layoutY="191.0" strokeType="OUTSIDE" strokeWidth="0.0" text=""She had a dream ?" is a valid question" />
|
|
<Text layoutX="317.0" layoutY="67.0" strokeType="OUTSIDE" strokeWidth="0.0" text="True" />
|
|
<Text layoutX="352.0" layoutY="68.0" strokeType="OUTSIDE" strokeWidth="0.0" text="False" />
|
|
<RadioButton layoutX="327.0" layoutY="83.0" mnemonicParsing="false" selected="true">
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="g1" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="353.0" layoutY="83.0" mnemonicParsing="false" toggleGroup="$g1" />
|
|
<RadioButton layoutX="327.0" layoutY="117.0" mnemonicParsing="false" selected="true">
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="g2" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="353.0" layoutY="117.0" mnemonicParsing="false" toggleGroup="$g2" />
|
|
<RadioButton layoutX="327.0" layoutY="148.0" mnemonicParsing="false" selected="true">
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="g3" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="353.0" layoutY="148.0" mnemonicParsing="false" toggleGroup="$g3" />
|
|
<RadioButton layoutX="327.0" layoutY="178.0" mnemonicParsing="false" selected="true">
|
|
<toggleGroup>
|
|
<ToggleGroup fx:id="g4" />
|
|
</toggleGroup>
|
|
</RadioButton>
|
|
<RadioButton layoutX="353.0" layoutY="178.0" mnemonicParsing="false" toggleGroup="$g4" />
|
|
</children>
|
|
<cursor>
|
|
<Cursor fx:constant="HAND" />
|
|
</cursor>
|
|
</AnchorPane>
|