diff options
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java b/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java index fdb7cc31..62eee605 100644 --- a/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java +++ b/Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java @@ -113,7 +113,7 @@ public class PermissionEditLecture_GUI extends JFrame { // TODO Auto-generated catch block e.printStackTrace(); } - setTitle("bwLehrpool Suite - Image erzeugen"); + setTitle("bwLehrpool Suite - Berechtigungen"); setBounds(0, 0, 603, 722); GuiOrganizer.centerGUI(this); @@ -253,17 +253,17 @@ public class PermissionEditLecture_GUI extends JFrame { 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, 90, 14); contentPanel.add(lblVlimage); JLabel label_2 = new JLabel(">"); - label_2.setBounds(133, 11, 13, 14); + label_2.setBounds(181, 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("Berechtigungen"); + lblNewLabel_1.setBounds(194, 11, 99, 14); contentPanel.add(lblNewLabel_1); JLabel lblName = new JLabel("Name:"); |
