summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureListWindowLayout.java22
1 files changed, 5 insertions, 17 deletions
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<FilterType> 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<FilterType> filterCbo;
protected final JTextField searchTextField;