summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-08-26 13:11:10 +0200
committerMichael Wilson2014-08-26 13:11:10 +0200
commit0a36f3eb648ed1ea44bddd3f9152c840cb3c43ae (patch)
treee0f66d75754ba5b22ce9aa94a250665fe8e05ac6 /Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
parentSchriften angepasst (diff)
parentMerge branch 'master' of git.openslx.org:openslx-ng/tutor-module (diff)
downloadtutor-module-0a36f3eb648ed1ea44bddd3f9152c840cb3c43ae.tar.gz
tutor-module-0a36f3eb648ed1ea44bddd3f9152c840cb3c43ae.tar.xz
tutor-module-0a36f3eb648ed1ea44bddd3f9152c840cb3c43ae.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java b/Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
index 78744a18..d30a9284 100644
--- a/Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
@@ -214,17 +214,17 @@ isAllInformationReady = false;
label_1.setBounds(69, 11, 13, 14);
contentPanel.add(label_1);
- JLabel lblVlimage = new JLabel("VL-Image");
+ JLabel lblVlimage = new JLabel("Veranstaltung");
lblVlimage.setForeground(Color.BLUE);
- lblVlimage.setBounds(81, 11, 45, 14);
+ lblVlimage.setBounds(81, 11, 84, 14);
contentPanel.add(lblVlimage);
JLabel label_2 = new JLabel(">");
- label_2.setBounds(133, 11, 13, 14);
+ label_2.setBounds(175, 11, 13, 14);
contentPanel.add(label_2);
- JLabel lblNewLabel_1 = new JLabel("Neu");
- lblNewLabel_1.setBounds(146, 11, 46, 14);
+ JLabel lblNewLabel_1 = new JLabel("Bearbeiten");
+ lblNewLabel_1.setBounds(188, 11, 72, 14);
contentPanel.add(lblNewLabel_1);
JPanel panel_2 = new JPanel();