diff options
Diffstat (limited to 'dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java b/dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java index 929f9b2d..9339e663 100644 --- a/dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java +++ b/dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java @@ -163,10 +163,10 @@ public class EditLectureLink_GUI extends JFrame { //initTableModel(modelPublicVorlagen); initTableModelTemplates(modelPublicVorlagen); } catch (TException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } catch (ParseException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } @@ -242,7 +242,7 @@ public class EditLectureLink_GUI extends JFrame { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } setTitle("bwLehrpool Suite - Veranstaltung bearbeiten"); @@ -375,7 +375,7 @@ public class EditLectureLink_GUI extends JFrame { comboBox.addItem(list.get(i)); } } catch (TException e2) { - // TODO Auto-generated catch block + e2.printStackTrace(); } comboBox.addActionListener(new ActionListener() { @@ -697,7 +697,7 @@ public class EditLectureLink_GUI extends JFrame { MainMenue_GUI m = new MainMenue_GUI(c); m.setVisible(true); } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); JOptionPane .showMessageDialog( @@ -808,7 +808,7 @@ public class EditLectureLink_GUI extends JFrame { MainMenue_GUI m = new MainMenue_GUI(c); m.setVisible(true); } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); JOptionPane .showMessageDialog( @@ -916,7 +916,7 @@ public class EditLectureLink_GUI extends JFrame { MainMenue_GUI m = new MainMenue_GUI(c); m.setVisible(true); } catch (TException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); JOptionPane .showMessageDialog( @@ -1100,7 +1100,7 @@ public class EditLectureLink_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } } @@ -1121,7 +1121,7 @@ public class EditLectureLink_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } @@ -1274,7 +1274,7 @@ public class EditLectureLink_GUI extends JFrame { labelVersion.setText(res.get("version")); textAreadesc.setText(res.get("desc")); } catch (TException | ParseException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } } |
