diff options
Diffstat (limited to 'dozentenmodul/src/main/java/gui/intro/VmWareLink_GUI.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/intro/VmWareLink_GUI.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dozentenmodul/src/main/java/gui/intro/VmWareLink_GUI.java b/dozentenmodul/src/main/java/gui/intro/VmWareLink_GUI.java index 2d50fd8b..fe3c1c9c 100644 --- a/dozentenmodul/src/main/java/gui/intro/VmWareLink_GUI.java +++ b/dozentenmodul/src/main/java/gui/intro/VmWareLink_GUI.java @@ -60,7 +60,7 @@ public class VmWareLink_GUI extends JFrame { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } setTitle("bwLehrpool Suite"); @@ -131,7 +131,7 @@ public class VmWareLink_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } @@ -151,7 +151,7 @@ public class VmWareLink_GUI extends JFrame { open.openWebpage(linux); } catch (URISyntaxException f) { - // TODO Auto-generated catch block + f.printStackTrace(); } } @@ -170,7 +170,7 @@ public class VmWareLink_GUI extends JFrame { anleitung = new URI(Links.getAnleitungVMDK()); open.openWebpage(anleitung); } catch (URISyntaxException e1) { - // TODO Auto-generated catch block + e1.printStackTrace(); } } @@ -229,7 +229,7 @@ public class VmWareLink_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } @@ -253,7 +253,7 @@ public class VmWareLink_GUI extends JFrame { open.openWebpage(windows); } catch (URISyntaxException e) { - // TODO Auto-generated catch block + e.printStackTrace(); } |
