From 626a66929d5fcb78c99e6fbe281600205efd2152 Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Tue, 18 Nov 2014 14:35:41 +0100 Subject: • Ausgaben an sinnvollen gekürzt bzw. erweitert --- .../src/main/java/gui/lecture/SearchLecture_GUI.java | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java') diff --git a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java index 09e5f116..e0149877 100644 --- a/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/SearchLecture_GUI.java @@ -135,7 +135,7 @@ public class SearchLecture_GUI extends JFrame { initTableModelAll(modelAll); } catch (ParseException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } tablemyLectures.getColumnModel().getColumn(1).setWidth(0); @@ -184,7 +184,7 @@ public class SearchLecture_GUI extends JFrame { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } // Setzt den Fenstertitel @@ -341,10 +341,10 @@ public class SearchLecture_GUI extends JFrame { try { writeLectureData(imageid); } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } catch (ParseException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } } @@ -375,10 +375,10 @@ public class SearchLecture_GUI extends JFrame { try { writeLectureData(imageid); } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } catch (ParseException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } } @@ -547,7 +547,7 @@ public class SearchLecture_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } } @@ -570,7 +570,7 @@ public class SearchLecture_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } @@ -622,7 +622,7 @@ public class SearchLecture_GUI extends JFrame { return model; } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } return model; @@ -659,7 +659,7 @@ public class SearchLecture_GUI extends JFrame { return model; } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } return model; -- cgit v1.2.3-55-g7522