summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
diff options
context:
space:
mode:
authorTobias Spitzer2014-08-26 10:57:10 +0200
committerTobias Spitzer2014-08-26 10:57:10 +0200
commit6e29fae27d1fc69145071a41e5942f59a470cd41 (patch)
tree71886ae072b516e26557d2e9fcfa2b7dd4f1bff1 /Dozentenmodul/src/gui/lecture/EditLectureAllgemein_GUI.java
parent-Bearbeiten einer Veranstaltung möglich (diff)
downloadtutor-module-6e29fae27d1fc69145071a41e5942f59a470cd41.tar.gz
tutor-module-6e29fae27d1fc69145071a41e5942f59a470cd41.tar.xz
tutor-module-6e29fae27d1fc69145071a41e5942f59a470cd41.zip
Breadcrumbs angespasst
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();