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
Michael
Enigma
Commits
811d5cc4
Commit
811d5cc4
authored
5 years ago
by
Uli Bähr
Browse files
Options
Downloads
Patches
Plain Diff
GuiController aufgeräumt => Namen geändert, auch in der gui.fxml (fxid)
parent
1d20fab5
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/java/projekt/enigma/GuiController.java
+424
-699
424 additions, 699 deletions
src/main/java/projekt/enigma/GuiController.java
src/main/resources/projekt/enigma/gui.fxml
+4
-5
4 additions, 5 deletions
src/main/resources/projekt/enigma/gui.fxml
with
428 additions
and
704 deletions
src/main/java/projekt/enigma/GuiController.java
+
424
−
699
View file @
811d5cc4
This diff is collapsed.
Click to expand it.
src/main/resources/projekt/enigma/gui.fxml
+
4
−
5
View file @
811d5cc4
...
...
@@ -10,14 +10,13 @@
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.FlowPane?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.TilePane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.shape.Circle?>
<?import javafx.scene.text.Font?>
<AnchorPane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"677.0"
prefWidth=
"967.0"
xmlns=
"http://javafx.com/javafx/8.0.
171
"
xmlns:fx=
"http://javafx.com/fxml/1"
fx:controller=
"projekt.enigma.GuiController"
>
<AnchorPane
maxHeight=
"-Infinity"
maxWidth=
"-Infinity"
minHeight=
"-Infinity"
minWidth=
"-Infinity"
prefHeight=
"677.0"
prefWidth=
"967.0"
xmlns=
"http://javafx.com/javafx/8.0.
999-ea
"
xmlns:fx=
"http://javafx.com/fxml/1"
fx:controller=
"projekt.enigma.GuiController"
>
<children>
<GridPane
layoutY=
"313.0"
prefHeight=
"393.0"
prefWidth=
"968.0"
AnchorPane.bottomAnchor=
"-7.0"
AnchorPane.leftAnchor=
"0.0"
AnchorPane.rightAnchor=
"0.0"
AnchorPane.topAnchor=
"313.0"
>
<columnConstraints>
...
...
@@ -242,7 +241,7 @@
<Font
name=
"System Bold"
size=
"18.0"
/>
</font>
</Button>
<Button
minHeight=
"44.0"
mnemonicParsing=
"false"
onAction=
"#loeschen"
prefHeight=
"48.0"
prefWidth=
"51.0"
style=
"-fx-background-radius: 100; -fx-background-color: #0d0d0d;"
text=
"<"
textFill=
"#fffdfd"
GridPane.columnIndex=
"10"
GridPane.rowIndex=
"5"
>
<Button
fx:id=
"btnDelete"
minHeight=
"44.0"
mnemonicParsing=
"false"
prefHeight=
"48.0"
prefWidth=
"51.0"
style=
"-fx-background-radius: 100; -fx-background-color: #0d0d0d;"
text=
"<"
textFill=
"#fffdfd"
GridPane.columnIndex=
"10"
GridPane.rowIndex=
"5"
>
<font>
<Font
size=
"18.0"
/>
</font>
...
...
@@ -605,9 +604,9 @@
</GridPane>
<FlowPane
layoutX=
"736.0"
layoutY=
"51.0"
prefHeight=
"173.0"
prefWidth=
"195.0"
AnchorPane.rightAnchor=
"36.0"
AnchorPane.topAnchor=
"51.0"
>
<children>
<Button
mnemonicParsing=
"false"
onAction=
"#btnempfangen"
prefHeight=
"80.0"
prefWidth=
"195.0"
text=
"Funkspruch empfangen"
/>
<Button
fx:id=
"btnEmpfangen"
mnemonicParsing=
"false"
prefHeight=
"80.0"
prefWidth=
"195.0"
text=
"Funkspruch empfangen"
/>
<Label
prefHeight=
"17.0"
prefWidth=
"195.0"
/>
<Button
mnemonicParsing=
"false"
onAction=
"#btnsenden"
prefHeight=
"80.0"
prefWidth=
"195.0"
text=
"An Funker senden"
/>
<Button
fx:id=
"btnSenden"
mnemonicParsing=
"false"
prefHeight=
"80.0"
prefWidth=
"195.0"
text=
"An Funker senden"
/>
</children>
</FlowPane>
<GridPane
layoutX=
"23.0"
layoutY=
"222.0"
prefHeight=
"60.0"
prefWidth=
"270.0"
AnchorPane.leftAnchor=
"23.0"
AnchorPane.topAnchor=
"222.0"
>
...
...
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