diff options
| author | Tobias Spitzer | 2014-08-22 10:49:33 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-22 10:49:33 +0200 |
| commit | f9d99b4cee63ed2d588a10da43dbc9223deac917 (patch) | |
| tree | ba0749ea98175ce48593cdf55b55c8868e7c25f5 /Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff) | |
| download | tutor-module-f9d99b4cee63ed2d588a10da43dbc9223deac917.tar.gz tutor-module-f9d99b4cee63ed2d588a10da43dbc9223deac917.tar.xz tutor-module-f9d99b4cee63ed2d588a10da43dbc9223deac917.zip | |
Label geändert
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java b/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java index 5ba357f9..54e6d8c8 100644 --- a/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java +++ b/Dozentenmodul/src/gui/lecture/CreateLectureAllgemein_GUI.java @@ -235,9 +235,9 @@ public class CreateLectureAllgemein_GUI extends JFrame { panel_2.setBounds(10, 36, 557, 284); contentPanel.add(panel_2); - JLabel label_3 = new JLabel("Laborname (Anzeigename): *"); - label_3.setBounds(10, 25, 180, 14); - panel_2.add(label_3); + JLabel lblAnzeigename = new JLabel("Anzeigename: *"); + lblAnzeigename.setBounds(10, 25, 180, 14); + panel_2.add(lblAnzeigename); txtFldVeranstaltungsname = new JTextField(); txtFldVeranstaltungsname.setColumns(10); |
