diff options
| author | Simon Rettberg | 2015-11-16 16:26:27 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2015-11-16 16:26:27 +0100 |
| commit | e495364db61600cb6a9526eb536895fbe908aa21 (patch) | |
| tree | 768f18839112836fca7568a2a3ee81176ca46402 /dozentenmodul/src/main/java | |
| parent | [client] Update Save button state when changing email notification setting (diff) | |
| download | tutor-module-e495364db61600cb6a9526eb536895fbe908aa21.tar.gz tutor-module-e495364db61600cb6a9526eb536895fbe908aa21.tar.xz tutor-module-e495364db61600cb6a9526eb536895fbe908aa21.zip | |
[client] Update vmware link to point to version 12, clean up vmware notice window
Diffstat (limited to 'dozentenmodul/src/main/java')
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/VirtualizerNoticeWindowLayout.java | 8 | ||||
| -rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/util/OpenLinks.java | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/VirtualizerNoticeWindowLayout.java b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/VirtualizerNoticeWindowLayout.java index 71e6e8a6..620f363a 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/VirtualizerNoticeWindowLayout.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/VirtualizerNoticeWindowLayout.java @@ -24,8 +24,8 @@ public abstract class VirtualizerNoticeWindowLayout extends JDialog { + "</body></html>"; // protected JButton windowsDLButton; - protected JButton btnDL; - protected JButton continueButton; + protected final JButton btnDL; + protected final JButton continueButton; public VirtualizerNoticeWindowLayout(Frame modalParent) { super(modalParent, title, modalParent != null ? ModalityType.APPLICATION_MODAL @@ -49,9 +49,7 @@ public abstract class VirtualizerNoticeWindowLayout extends JDialog { infoPane.add(Box.createRigidArea(new Dimension(0, 10))); // Download buttons - // windowsDLButton = new JButton("<html>VMWare Player für <b>Windows</b> herunterladen</html>"); - btnDL = new JButton("<html>VMWare Player herunterladen</html>"); - // infoPane.add(windowsDLButton); + btnDL = new JButton("VMWare Player herunterladen"); infoPane.add(btnDL); // Bottom controls diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/util/OpenLinks.java b/dozentenmodul/src/main/java/org/openslx/dozmod/util/OpenLinks.java index 80a4a45d..e09d8d09 100644 --- a/dozentenmodul/src/main/java/org/openslx/dozmod/util/OpenLinks.java +++ b/dozentenmodul/src/main/java/org/openslx/dozmod/util/OpenLinks.java @@ -6,7 +6,6 @@ import java.net.URI; import java.net.URLEncoder; import org.apache.log4j.Logger; -import org.openslx.dozmod.authentication.ShibbolethEcp; public class OpenLinks { @@ -19,7 +18,7 @@ public class OpenLinks { public static enum Link { FAQ("http://bwlehrpool.hs-offenburg.de"), - VMWARE("https://my.vmware.com/de/web/vmware/free#desktop_end_user_computing/vmware_player/6_0%7CPLAYER-603%7Cproduct_downloads"), + VMWARE("https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/12_0"), INTRO("http://www.hs-offenburg.de/fileadmin/Einrichtungen/hrz/Projekte/bwLehrpool/3_bwLehrpool_-_Image_einbinden_und_starten.pdf"), DOZMOD("http://bwlehrpool.hs-offenburg.de/#jfmulticontent_c25490-4"); |
