diff options
| author | Nino Breuer | 2014-10-16 21:01:22 +0200 |
|---|---|---|
| committer | Nino Breuer | 2014-10-16 21:01:22 +0200 |
| commit | efb2147878a96336ea0e5fc4e371132808d569ba (patch) | |
| tree | 4899496107b52bf0c945b4bf03a6aec5e9811531 /dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java | |
| parent | - (diff) | |
| parent | unterschieldiche kleinigkeiten (diff) | |
| download | tutor-module-efb2147878a96336ea0e5fc4e371132808d569ba.tar.gz tutor-module-efb2147878a96336ea0e5fc4e371132808d569ba.tar.xz tutor-module-efb2147878a96336ea0e5fc4e371132808d569ba.zip | |
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java b/dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java index c88f3f9b..e5727867 100644 --- a/dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/EditLectureSearch_GUI.java @@ -105,7 +105,6 @@ public class EditLectureSearch_GUI extends JFrame { modelAll); final TableRowSorter<TableModel> rowSorterMyLectures = new TableRowSorter<TableModel>( modelMyLectures); - private JTextField textField; /** * Create the dialog. @@ -232,8 +231,8 @@ public class EditLectureSearch_GUI extends JFrame { contentPanel.add(panel_1); panel_1.setLayout(null); - JLabel lblNewLabel_2 = new JLabel("Name:"); - lblNewLabel_2.setBounds(10, 30, 80, 20); + JLabel lblNewLabel_2 = new JLabel("Volltextsuche:"); + lblNewLabel_2.setBounds(30, 30, 80, 20); panel_1.add(lblNewLabel_2); textFieldName = new JTextField(); @@ -263,18 +262,9 @@ public class EditLectureSearch_GUI extends JFrame { } }); - textFieldName.setBounds(96, 30, 166, 20); + textFieldName.setBounds(133, 30, 400, 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ü"); lblHauptmen.addMouseListener(new MouseAdapter() { |
