Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Enigma
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flori N
Enigma
Commits
a327d890
Commit
a327d890
authored
5 years ago
by
Jan Schubert
Browse files
Options
Downloads
Patches
Plain Diff
Gui Anpassung
parent
94d084fd
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/enigma/gui.fxml
+166
-142
166 additions, 142 deletions
src/main/resources/enigma/gui.fxml
src/main/resources/enigma/kenngruppe.fxml
+9
-4
9 additions, 4 deletions
src/main/resources/enigma/kenngruppe.fxml
with
175 additions
and
146 deletions
src/main/resources/enigma/gui.fxml
+
166
−
142
View file @
a327d890
This diff is collapsed.
Click to expand it.
src/main/resources/enigma/kenngruppe.fxml
+
9
−
4
View file @
a327d890
...
@@ -2,13 +2,18 @@
...
@@ -2,13 +2,18 @@
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.HBox?>
<AnchorPane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"
257
.0"
prefWidth=
"
300
.0"
xmlns=
"http://javafx.com/javafx/8.0.171"
xmlns:fx=
"http://javafx.com/fxml/1"
fx:controller=
"enigma.KenngruppeController"
>
<AnchorPane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"
411
.0"
prefWidth=
"
512
.0"
xmlns=
"http://javafx.com/javafx/8.0.171"
xmlns:fx=
"http://javafx.com/fxml/1"
fx:controller=
"enigma.KenngruppeController"
>
<children>
<children>
<Label
layoutX=
"81.0"
layoutY=
"29.0"
text=
"Bitte Kenngruppe eingeben!"
AnchorPane.leftAnchor=
"81.0"
AnchorPane.rightAnchor=
"70.0"
AnchorPane.topAnchor=
"29.0"
/>
<Label
layoutX=
"81.0"
layoutY=
"29.0"
text=
"Bitte Kenngruppe eingeben!"
AnchorPane.leftAnchor=
"81.0"
AnchorPane.rightAnchor=
"70.0"
AnchorPane.topAnchor=
"29.0"
/>
<Button
fx:id=
"secondaryButton"
layoutX=
"72.0"
layoutY=
"178.0"
onAction=
"#switchToPrimary"
text=
"Kenngruppe bestätigen!"
AnchorPane.bottomAnchor=
"54.0"
AnchorPane.leftAnchor=
"72.0"
AnchorPane.rightAnchor=
"84.0"
/>
<HBox
layoutX=
"107.0"
layoutY=
"141.0"
prefHeight=
"26.0"
prefWidth=
"276.0"
AnchorPane.leftAnchor=
"107.0"
AnchorPane.rightAnchor=
"129.0"
AnchorPane.topAnchor=
"141.0"
>
<TextField
layoutX=
"96.0"
layoutY=
"95.0"
prefHeight=
"25.0"
prefWidth=
"108.0"
AnchorPane.bottomAnchor=
"137.0"
AnchorPane.leftAnchor=
"96.0"
AnchorPane.rightAnchor=
"96.0"
AnchorPane.topAnchor=
"95.0"
/>
<children>
<Button
fx:id=
"secondaryButton"
onAction=
"#switchToPrimary"
prefHeight=
"25.0"
prefWidth=
"142.0"
text=
"Kenngruppe bestätigen!"
/>
<Label
prefHeight=
"17.0"
prefWidth=
"159.0"
text=
"Label"
/>
<Button
mnemonicParsing=
"false"
prefHeight=
"25.0"
prefWidth=
"150.0"
text=
"Button"
/>
</children>
</HBox>
</children>
</children>
</AnchorPane>
</AnchorPane>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment