From 78a03e39eabf93d4586d055ce3fa4d4b2173f573 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 7 Sep 2015 15:00:52 +0200 Subject: [client] Clean up lecture list window layout --- .../gui/window/layout/LectureListWindowLayout.java | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) (limited to 'dozentenmodul/src/main/java/org/openslx') diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureListWindowLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureListWindowLayout.java index dd36bfaa..25dcf6d1 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureListWindowLayout.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureListWindowLayout.java @@ -32,26 +32,14 @@ public abstract class LectureListWindowLayout extends CompositePage { private static final String switchViewButtonLabel = "Zu 'Images' wechseln"; private static final String filterPanelLabel = "Suchen"; private static final String infoTextString = "Hier können Sie Veranstaltungen anlegen, bearbeiten und löschen."; - protected final static String[] showOwnedLabel = {"Alle anzeigen", "Nur eigene Anzeigen", "Nur editierbare anzeigen", "Bald auslaufend"}; // buttons - protected JButton newButton; - protected JButton deleteButton; - protected JButton editButton; - protected JButton switchViewButton; - protected JComboBox filterCbo; - - - // imageDetail texts - protected JTextField lectureName; - protected JTextField idInfo; - protected JTextField imageBaseId; - protected JTextField lastusedInfo; - protected JTextField permissionInfo; - protected JTextField ownerInfo; - protected JTextField startTime; - protected JTextField endTime; + protected final JButton newButton; + protected final JButton deleteButton; + protected final JButton editButton; + protected final JButton switchViewButton; + protected final JComboBox filterCbo; protected final JTextField searchTextField; -- cgit v1.2.3-55-g7522