diff options
Diffstat (limited to 'Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java')
| -rw-r--r-- | Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java index 01c7d245..f8596fb8 100644 --- a/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java +++ b/Dozentenmodul/src/gui/lecture/DeleteLecture_GUI.java @@ -119,6 +119,14 @@ public class DeleteLecture_GUI extends JFrame { // TODO Auto-generated catch block e.printStackTrace(); } + + // auszublendende Angaben + // 1=Beschreibung + // 2=G\u00fcltigkeitsdatum + // 3=Aktiv + // 6=Image + // 7=Schlagwort + // 8=ID tablemyLectures.getColumnModel().getColumn(1).setWidth(0); tablemyLectures.getColumnModel().getColumn(1).setMinWidth(0); tablemyLectures.getColumnModel().getColumn(1).setMaxWidth(0); @@ -137,6 +145,7 @@ public class DeleteLecture_GUI extends JFrame { tablemyLectures.getColumnModel().getColumn(8).setWidth(0); tablemyLectures.getColumnModel().getColumn(8).setMinWidth(0); tablemyLectures.getColumnModel().getColumn(8).setMaxWidth(0); + tableAllLectures.getColumnModel().getColumn(1).setWidth(0); tableAllLectures.getColumnModel().getColumn(1).setMinWidth(0); tableAllLectures.getColumnModel().getColumn(1).setMaxWidth(0); @@ -311,7 +320,7 @@ public class DeleteLecture_GUI extends JFrame { .convertRowIndexToModel(tableAllLectures .getSelectedRow()), 8) .toString(); - System.out.println(imageid); + //System.out.println(imageid); try { writeLectureData(imageid); @@ -343,7 +352,7 @@ public class DeleteLecture_GUI extends JFrame { .convertRowIndexToModel(tablemyLectures .getSelectedRow()), 8) .toString(); - System.out.println(imageid); + //System.out.println(imageid); try { writeLectureData(imageid); |
