diff options
| author | unknown | 2014-04-09 18:36:41 +0200 |
|---|---|---|
| committer | unknown | 2014-04-09 18:36:41 +0200 |
| commit | 7f129e45b05c27ff84c61569d11aec0e8ff2dbe8 (patch) | |
| tree | da117aff44ac2103144f0df262af2ec27ef456fe /Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java | |
| parent | Bugfixes (diff) | |
| download | tutor-module-7f129e45b05c27ff84c61569d11aec0e8ff2dbe8.tar.gz tutor-module-7f129e45b05c27ff84c61569d11aec0e8ff2dbe8.tar.xz tutor-module-7f129e45b05c27ff84c61569d11aec0e8ff2dbe8.zip | |
Haufen Konsolenausgaben enfernt
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java b/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java index c1ac5790..ae50fa22 100644 --- a/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java +++ b/Dozentenmodul/src/gui/lecture/EditLectureSearch_GUI.java @@ -256,7 +256,6 @@ public class EditLectureSearch_GUI extends JFrame { tabbedPane.setBounds(10, 197, 557, 323); contentPanel.add(tabbedPane); - System.out.println("haaaaaaaaaaa"); initTableModel(modelMyLectures); JScrollPane scrollPaneAllImages = new JScrollPane(); @@ -402,13 +401,7 @@ public class EditLectureSearch_GUI extends JFrame { .convertRowIndexToModel(tablemyLectures .getSelectedRow()), 2).toString(); - System.out.println("original date = " - + modelMyLectures - .getValueAt( - tablemyLectures - .convertRowIndexToModel(tablemyLectures - .getSelectedRow()), - 2).toString()); + Lecture.lecture.setLinkedImagename(modelMyLectures .getValueAt( tablemyLectures @@ -423,8 +416,6 @@ public class EditLectureSearch_GUI extends JFrame { zweitesLeerzeichen); String enddate = date .substring(zweitesLeerzeichen); - System.out.println("startdate = " + startdate); - System.out.println("enddate = " + enddate); DateFormat df = new SimpleDateFormat( "yyyy-MM-dd hh:mm:ss"); |
