summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/gui/intro/VmWareLink_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-05-22 15:41:52 +0200
committerMichael Wilson2014-05-22 15:41:52 +0200
commita4531f554892e07e3203f69df0f03179e9c2d019 (patch)
tree2fc91b834adc2ad6f6dee631ff4b1987b5f97301 /Dozentenmodul/src/gui/intro/VmWareLink_GUI.java
parentMerge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff)
downloadtutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.tar.gz
tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.tar.xz
tutor-module-a4531f554892e07e3203f69df0f03179e9c2d019.zip
Überflüssige Main-Methoden entfernt
Diffstat (limited to 'Dozentenmodul/src/gui/intro/VmWareLink_GUI.java')
-rw-r--r--Dozentenmodul/src/gui/intro/VmWareLink_GUI.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dozentenmodul/src/gui/intro/VmWareLink_GUI.java b/Dozentenmodul/src/gui/intro/VmWareLink_GUI.java
index 4d610587..7e8f2ffd 100644
--- a/Dozentenmodul/src/gui/intro/VmWareLink_GUI.java
+++ b/Dozentenmodul/src/gui/intro/VmWareLink_GUI.java
@@ -28,7 +28,6 @@ import java.io.File;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
-import java.net.URL;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import javax.swing.JCheckBox;
@@ -44,8 +43,6 @@ public class VmWareLink_GUI extends JFrame {
private final JPanel contentPanel = new JPanel();
String[] result;
- //String uriWindows="https://my.vmware.com/de/web/vmware/free#desktop_end_user_computing/vmware_player/6_0";
- //String uriLinux="https://my.vmware.com/de/web/vmware/free#desktop_end_user_computing/vmware_player/6_0";
JCheckBox chckbxNewCheckBox;
private JButton btnWindows;