summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/image/SearchImage_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-09-04 11:14:21 +0200
committerMichael Wilson2014-09-04 11:14:21 +0200
commit82b318569f4befae853038799e46d4a0e5844475 (patch)
treea5fa8e208a92f59496ef83e40884c5af7923a5f2 /Dozentenmodul/src/gui/image/SearchImage_GUI.java
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
Diffstat (limited to 'Dozentenmodul/src/gui/image/SearchImage_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/image/SearchImage_GUI.java18
1 files changed, 14 insertions, 4 deletions
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() {