From 44bf4efb06c56ea18bf4ae2a01d4ff6f09550007 Mon Sep 17 00:00:00 2001 From: Tobias Spitzer Date: Tue, 26 Aug 2014 10:57:35 +0200 Subject: Breadcrumbs angepasst --- Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Dozentenmodul/src/gui/lecture/PermissionEditLecture_GUI.java') 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:"); -- cgit v1.2.3-55-g7522