Skip to content
Snippets Groups Projects
Commit bc157ee6 authored by Dennis Toth's avatar Dennis Toth
Browse files

modified toString-method

parent 937dad25
No related branches found
No related tags found
1 merge request!3jpa+gui+logic
...@@ -27,6 +27,6 @@ public class CoursesOfStudy ...@@ -27,6 +27,6 @@ public class CoursesOfStudy
@Override @Override
public String toString() { public String toString() {
return name; return name + " [" + fieldOfStudy + "]";
} }
} }
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</HBox> </HBox>
<HBox alignment="CENTER" prefHeight="38.0" prefWidth="600.0"> <HBox alignment="CENTER" prefHeight="38.0" prefWidth="600.0">
<children> <children>
<Label text="Schwerpunkte"> <Label prefHeight="20.0" prefWidth="86.0" text="Schwerpunkt">
<HBox.margin> <HBox.margin>
<Insets left="25.0" /> <Insets left="25.0" />
</HBox.margin> </HBox.margin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment