diff options
| author | Tobias Spitzer | 2014-08-26 10:57:35 +0200 |
|---|---|---|
| committer | Tobias Spitzer | 2014-08-26 10:57:35 +0200 |
| commit | 44bf4efb06c56ea18bf4ae2a01d4ff6f09550007 (patch) | |
| tree | f82a75b460b9ba625e2802d73b4d518459d2f36e | |
| parent | Breadcrumbs angespasst (diff) | |
| download | tutor-module-44bf4efb06c56ea18bf4ae2a01d4ff6f09550007.tar.gz tutor-module-44bf4efb06c56ea18bf4ae2a01d4ff6f09550007.tar.xz tutor-module-44bf4efb06c56ea18bf4ae2a01d4ff6f09550007.zip | |
Breadcrumbs angepasst
| -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:"); |
