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
@Override
public String toString() {
return name;
return name + " [" + fieldOfStudy + "]";
}
}
......@@ -69,7 +69,7 @@
</HBox>
<HBox alignment="CENTER" prefHeight="38.0" prefWidth="600.0">
<children>
<Label text="Schwerpunkte">
<Label prefHeight="20.0" prefWidth="86.0" text="Schwerpunkt">
<HBox.margin>
<Insets left="25.0" />
</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