summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Wilson2014-09-04 11:14:21 +0200
committerMichael Wilson2014-09-04 11:14:21 +0200
commit82b318569f4befae853038799e46d4a0e5844475 (patch)
treea5fa8e208a92f59496ef83e40884c5af7923a5f2
parentVersion ausgelagert in Model (diff)
downloadtutor-module-82b318569f4befae853038799e46d4a0e5844475.tar.gz
tutor-module-82b318569f4befae853038799e46d4a0e5844475.tar.xz
tutor-module-82b318569f4befae853038799e46d4a0e5844475.zip
Suchfeld für Beschreibung hinzugefügt
-rw-r--r--Dozentenmodul/bin/gui/image/DeleteImage_GUI.classbin16901 -> 17061 bytes
-rw-r--r--Dozentenmodul/bin/gui/image/SearchEditImage_GUI.classbin17049 -> 17186 bytes
-rw-r--r--Dozentenmodul/bin/gui/image/SearchImage_GUI.classbin16817 -> 16971 bytes
-rw-r--r--Dozentenmodul/src/gui/image/DeleteImage_GUI.java21
-rw-r--r--Dozentenmodul/src/gui/image/SearchEditImage_GUI.java18
-rw-r--r--Dozentenmodul/src/gui/image/SearchImage_GUI.java18
-rw-r--r--Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java18
-rw-r--r--Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java16
-rw-r--r--Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java20
-rw-r--r--Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java16
-rw-r--r--Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java16
11 files changed, 112 insertions, 31 deletions
diff --git a/Dozentenmodul/bin/gui/image/DeleteImage_GUI.class b/Dozentenmodul/bin/gui/image/DeleteImage_GUI.class
index 5a2b559b..3216e936 100644
--- a/Dozentenmodul/bin/gui/image/DeleteImage_GUI.class
+++ b/Dozentenmodul/bin/gui/image/DeleteImage_GUI.class
Binary files differ
diff --git a/Dozentenmodul/bin/gui/image/SearchEditImage_GUI.class b/Dozentenmodul/bin/gui/image/SearchEditImage_GUI.class
index 750e9c19..4966245e 100644
--- a/Dozentenmodul/bin/gui/image/SearchEditImage_GUI.class
+++ b/Dozentenmodul/bin/gui/image/SearchEditImage_GUI.class
Binary files differ
diff --git a/Dozentenmodul/bin/gui/image/SearchImage_GUI.class b/Dozentenmodul/bin/gui/image/SearchImage_GUI.class
index 11614ef6..bc9b34d2 100644
--- a/Dozentenmodul/bin/gui/image/SearchImage_GUI.class
+++ b/Dozentenmodul/bin/gui/image/SearchImage_GUI.class
Binary files differ
diff --git a/Dozentenmodul/src/gui/image/DeleteImage_GUI.java b/Dozentenmodul/src/gui/image/DeleteImage_GUI.java
index 71b93d12..3b4cc3ba 100644
--- a/Dozentenmodul/src/gui/image/DeleteImage_GUI.java
+++ b/Dozentenmodul/src/gui/image/DeleteImage_GUI.java
@@ -130,6 +130,8 @@ public class DeleteImage_GUI extends JFrame {
modelMyImages);
final TableRowSorter<TableModel> rowSorterPublicVorlagen = new TableRowSorter<TableModel>(
modelPublicVorlagen);
+ private JLabel lblBeschreibung_1;
+ private JTextField textField;
/**
* Create the dialog.
@@ -272,12 +274,12 @@ public class DeleteImage_GUI extends JFrame {
contentPanel.add(panel_1);
panel_1.setLayout(null);
- JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ JLabel lblNewLabel_2 = new JLabel("Name:");
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
JLabel lblInternetIstInnerhalb = new JLabel("Betriebssystem:");
- lblInternetIstInnerhalb.setBounds(10, 58, 250, 20);
+ lblInternetIstInnerhalb.setBounds(10, 58, 80, 20);
panel_1.add(lblInternetIstInnerhalb);
textFieldName = new JTextField();
@@ -312,7 +314,7 @@ public class DeleteImage_GUI extends JFrame {
}
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
@@ -359,8 +361,17 @@ public class DeleteImage_GUI extends JFrame {
}
});
- comboBox.setBounds(270, 58, 250, 20);
+ comboBox.setBounds(96, 58, 166, 20);
panel_1.add(comboBox);
+
+ lblBeschreibung_1 = new JLabel("Beschreibung:");
+ lblBeschreibung_1.setBounds(291, 30, 80, 20);
+ panel_1.add(lblBeschreibung_1);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/image/SearchEditImage_GUI.java b/Dozentenmodul/src/gui/image/SearchEditImage_GUI.java
index 22b0227f..83e12b72 100644
--- a/Dozentenmodul/src/gui/image/SearchEditImage_GUI.java
+++ b/Dozentenmodul/src/gui/image/SearchEditImage_GUI.java
@@ -127,6 +127,7 @@ public class SearchEditImage_GUI extends JFrame {
modelMyImages);
final TableRowSorter<TableModel> rowSorterPublicVorlagen = new TableRowSorter<TableModel>(
modelPublicVorlagen);
+ private JTextField textField;
/**
* Create the dialog.
@@ -267,8 +268,8 @@ public class SearchEditImage_GUI extends JFrame {
contentPanel.add(panel_1);
panel_1.setLayout(null);
- JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ JLabel lblNewLabel_2 = new JLabel("Name:");
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
JLabel lblInternetIstInnerhalb = new JLabel("Betriebssystem:");
@@ -306,7 +307,7 @@ public class SearchEditImage_GUI extends JFrame {
}
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
@@ -354,8 +355,17 @@ public class SearchEditImage_GUI extends JFrame {
}
});
- comboBox.setBounds(270, 58, 250, 20);
+ comboBox.setBounds(96, 58, 166, 20);
panel_1.add(comboBox);
+
+ JLabel label_3 = new JLabel("Beschreibung:");
+ label_3.setBounds(291, 30, 80, 20);
+ panel_1.add(label_3);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/image/SearchImage_GUI.java b/Dozentenmodul/src/gui/image/SearchImage_GUI.java
index a9831cb7..80498d81 100644
--- a/Dozentenmodul/src/gui/image/SearchImage_GUI.java
+++ b/Dozentenmodul/src/gui/image/SearchImage_GUI.java
@@ -133,6 +133,7 @@ public class SearchImage_GUI extends JFrame {
modelMyImages);
final TableRowSorter<TableModel> rowSorterPublicVorlagen = new TableRowSorter<TableModel>(
modelPublicVorlagen);
+ private JTextField textField;
/**
* Create the dialog.
@@ -274,11 +275,11 @@ public class SearchImage_GUI extends JFrame {
panel_1.setLayout(null);
JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
JLabel lblInternetIstInnerhalb = new JLabel("Betriebssystem:");
- lblInternetIstInnerhalb.setBounds(10, 58, 250, 20);
+ lblInternetIstInnerhalb.setBounds(10, 58, 80, 20);
panel_1.add(lblInternetIstInnerhalb);
textFieldName = new JTextField();
@@ -313,7 +314,7 @@ public class SearchImage_GUI extends JFrame {
}
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
@@ -360,8 +361,17 @@ public class SearchImage_GUI extends JFrame {
}
});
- comboBox.setBounds(270, 58, 250, 20);
+ comboBox.setBounds(96, 58, 166, 20);
panel_1.add(comboBox);
+
+ JLabel label_3 = new JLabel("Beschreibung:");
+ label_3.setBounds(291, 30, 80, 20);
+ panel_1.add(label_3);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java b/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java
index 3f78a4ac..f4d1bdd8 100644
--- a/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/CreateLectureLink_GUI.java
@@ -118,6 +118,7 @@ public class CreateLectureLink_GUI extends JFrame {
modelMyImages);
final TableRowSorter<TableModel> rowSorterPublicVorlagen = new TableRowSorter<TableModel>(
modelPublicVorlagen);
+ private JTextField textField;
/**
* Create the dialog.
@@ -253,11 +254,11 @@ public class CreateLectureLink_GUI extends JFrame {
panel_1.setLayout(null);
JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
JLabel lblInternetIstInnerhalb = new JLabel("Betriebssystem:");
- lblInternetIstInnerhalb.setBounds(10, 58, 250, 20);
+ lblInternetIstInnerhalb.setBounds(10, 58, 80, 20);
panel_1.add(lblInternetIstInnerhalb);
textFieldName = new JTextField();
@@ -291,7 +292,7 @@ public class CreateLectureLink_GUI extends JFrame {
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
@@ -333,8 +334,17 @@ public class CreateLectureLink_GUI extends JFrame {
}
}
});
- comboBox.setBounds(270, 58, 250, 20);
+ comboBox.setBounds(96, 58, 166, 20);
panel_1.add(comboBox);
+
+ JLabel label_3 = new JLabel("Beschreibung:");
+ label_3.setBounds(291, 30, 80, 20);
+ panel_1.add(label_3);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
index f8596fb8..ffadde1c 100644
--- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java
@@ -95,6 +95,7 @@ public class DeleteLecture_GUI extends JFrame {
final TableRowSorter<TableModel> rowSorterMyLectures = new TableRowSorter<TableModel>(
modelMyLectures);
private JButton button;
+ private JTextField textField;
/**
@@ -221,8 +222,8 @@ public class DeleteLecture_GUI extends JFrame {
contentPanel.add(panel_1);
panel_1.setLayout(null);
- JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ JLabel lblNewLabel_2 = new JLabel("Name:");
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
textFieldName = new JTextField();
@@ -252,9 +253,18 @@ public class DeleteLecture_GUI extends JFrame {
}
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
+
+ JLabel label = new JLabel("Beschreibung:");
+ label.setBounds(291, 30, 80, 20);
+ panel_1.add(label);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java b/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java
index 3a8c857d..773a01b7 100644
--- a/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/EditLectureLink_GUI.java
@@ -119,6 +119,7 @@ public class EditLectureLink_GUI extends JFrame {
modelMyImages);
final TableRowSorter<TableModel> rowSorterPublicVorlagen = new TableRowSorter<TableModel>(
modelPublicVorlagen);
+ private JTextField textField;
/**
* Create the dialog.
*/
@@ -252,12 +253,12 @@ public class EditLectureLink_GUI extends JFrame {
contentPanel.add(panel_1);
panel_1.setLayout(null);
- JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ JLabel lblNewLabel_2 = new JLabel("Name:");
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
JLabel lblInternetIstInnerhalb = new JLabel("Betriebssystem:");
- lblInternetIstInnerhalb.setBounds(10, 58, 250, 20);
+ lblInternetIstInnerhalb.setBounds(10, 58, 80, 20);
panel_1.add(lblInternetIstInnerhalb);
textFieldName = new JTextField();
@@ -291,7 +292,7 @@ public class EditLectureLink_GUI extends JFrame {
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
@@ -329,8 +330,17 @@ public class EditLectureLink_GUI extends JFrame {
}
}
});
- comboBox.setBounds(270, 58, 250, 20);
+ comboBox.setBounds(96, 58, 166, 20);
panel_1.add(comboBox);
+
+ JLabel label_3 = new JLabel("Beschreibung:");
+ label_3.setBounds(291, 30, 80, 20);
+ panel_1.add(label_3);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java b/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java
index 3625a8c6..6f0786ef 100644
--- a/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java
@@ -104,6 +104,7 @@ public class EditLectureSearch_GUI extends JFrame {
modelAll);
final TableRowSorter<TableModel> rowSorterMyLectures = new TableRowSorter<TableModel>(
modelMyLectures);
+ private JTextField textField;
/**
* Create the dialog.
@@ -228,8 +229,8 @@ public class EditLectureSearch_GUI extends JFrame {
contentPanel.add(panel_1);
panel_1.setLayout(null);
- JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ JLabel lblNewLabel_2 = new JLabel("Name:");
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
textFieldName = new JTextField();
@@ -259,9 +260,18 @@ public class EditLectureSearch_GUI extends JFrame {
}
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
+
+ JLabel label = new JLabel("Beschreibung:");
+ label.setBounds(291, 30, 80, 20);
+ panel_1.add(label);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00FC");
lblHauptmen.addMouseListener(new MouseAdapter() {
diff --git a/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java b/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
index e5967dd5..7a6c2118 100644
--- a/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
+++ b/Dozentenmodul/src/gui/lecture/SearchLecture_GUI.java
@@ -102,6 +102,7 @@ public class SearchLecture_GUI extends JFrame {
modelAll);
final TableRowSorter<TableModel> rowSorterMyLectures = new TableRowSorter<TableModel>(
modelMyLectures);
+ private JTextField textField;
/**
@@ -216,8 +217,8 @@ public class SearchLecture_GUI extends JFrame {
contentPanel.add(panel_1);
panel_1.setLayout(null);
- JLabel lblNewLabel_2 = new JLabel("Anzeigename:");
- lblNewLabel_2.setBounds(10, 30, 250, 20);
+ JLabel lblNewLabel_2 = new JLabel("Name:");
+ lblNewLabel_2.setBounds(10, 30, 80, 20);
panel_1.add(lblNewLabel_2);
textFieldName = new JTextField();
@@ -247,9 +248,18 @@ public class SearchLecture_GUI extends JFrame {
}
});
- textFieldName.setBounds(270, 30, 250, 20);
+ textFieldName.setBounds(96, 30, 166, 20);
panel_1.add(textFieldName);
textFieldName.setColumns(10);
+
+ JLabel label = new JLabel("Beschreibung:");
+ label.setBounds(291, 30, 80, 20);
+ panel_1.add(label);
+
+ textField = new JTextField();
+ textField.setColumns(10);
+ textField.setBounds(381, 30, 166, 20);
+ panel_1.add(textField);
JLabel lblHauptmen = new JLabel("Hauptmen\u00fc");
lblHauptmen.addMouseListener(new MouseAdapter() {