This repository was archived by the owner on Jun 29, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patheinfacheaufgabe_view.fxml
More file actions
45 lines (43 loc) · 2.14 KB
/
Copy patheinfacheaufgabe_view.fxml
File metadata and controls
45 lines (43 loc) · 2.14 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
34
35
36
37
38
39
40
41
42
43
44
45
<?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 maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="300.0" prefWidth="400.0" style="-fx-background-color: #aed581;" xmlns="http://javafx.com/javafx/8.0.111" xmlns:fx="http://javafx.com/fxml/1" fx:controller="EinfacheAufgabeController">
<children>
<Label fx:id="aufgabentext" alignment="CENTER" layoutX="47.0" layoutY="202.0" prefHeight="51.0" prefWidth="102.0" style="-fx-background-color: #f5a17a;" text="Aufgabe">
<font>
<Font size="26.0" />
</font>
</Label>
<TextField fx:id="antwort" alignment="CENTER" layoutX="160.0" layoutY="203.0" prefHeight="51.0" prefWidth="102.0" style="-fx-background-color: #f5a17a;">
<font>
<Font size="24.0" />
</font>
</TextField>
<Label fx:id="aufgabentext1" alignment="CENTER" layoutX="91.0" layoutY="139.0" prefHeight="51.0" prefWidth="102.0" style="-fx-background-color: #f5a17a;" text="Aufgabe">
<font>
<Font size="26.0" />
</font>
</Label>
<Label fx:id="aufgabentext2" alignment="CENTER" layoutX="271.0" layoutY="203.0" prefHeight="51.0" prefWidth="102.0" style="-fx-background-color: #f5a17a;" text="Aufgabe">
<font>
<Font size="26.0" />
</font>
</Label>
<TextField fx:id="antwort1" alignment="CENTER" layoutX="211.0" layoutY="139.0" prefHeight="51.0" prefWidth="102.0" style="-fx-background-color: #f5a17a;">
<font>
<Font size="24.0" />
</font>
</TextField>
<TextField fx:id="antwort2" alignment="CENTER" layoutX="160.0" layoutY="73.0" prefHeight="51.0" prefWidth="102.0" style="-fx-background-color: #f5a17a;">
<font>
<Font size="24.0" />
</font>
</TextField>
<Label fx:id="rechenzeichen" layoutX="14.0" layoutY="34.0" text="Label">
<font>
<Font size="16.0" />
</font></Label>
</children>
</AnchorPane>