diff options
| author | Michael Wilson | 2014-09-04 11:14:21 +0200 |
|---|---|---|
| committer | Michael Wilson | 2014-09-04 11:14:21 +0200 |
| commit | 82b318569f4befae853038799e46d4a0e5844475 (patch) | |
| tree | a5fa8e208a92f59496ef83e40884c5af7923a5f2 /Dozentenmodul/src/gui/image/SearchEditImage_GUI.java | |
| parent | Version ausgelagert in Model (diff) | |
| download | tutor-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/SearchEditImage_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/image/SearchEditImage_GUI.java | 18 |
1 files changed, 14 insertions, 4 deletions
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() { |
