X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Futil%2FBrowserLauncher.java;h=ca2e55e115ac1e22053aaed3ddea2a7a55dbe201;hb=c4c37610dc373b9b3349e5c0915c6eddda2efe31;hp=94d66f4db54e03b67f857a399f9792c021e87915;hpb=e226ed0ad6ba8552a0b70fb083cf00060588855d;p=jalview.git diff --git a/src/jalview/util/BrowserLauncher.java b/src/jalview/util/BrowserLauncher.java index 94d66f4..ca2e55e 100755 --- a/src/jalview/util/BrowserLauncher.java +++ b/src/jalview/util/BrowserLauncher.java @@ -28,13 +28,6 @@ import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** - * - * SwingJS note: Do not use methods in this class directly. Use - * - * Platform.openURL(String url) only. - * - * JavaScript does not see this class. - * * BrowserLauncher is a class that provides two static methods: * * openURL(String url), which opens the default web browser for the current user @@ -42,7 +35,6 @@ import java.lang.reflect.Method; * * resetBrowser(), which allows switching browsers in Java. * - * * openURL may support other protocols depending on the system -- mailto, ftp, * etc. -- but that has not been rigorously tested and is not guaranteed to * work. @@ -92,6 +84,14 @@ import java.lang.reflect.Method; * "mailto:ejalbert@cs.stanford.edu">ejalbert@cs.stanford.edu) * @version 1.4b1 (Released June 20, 2001) */ +/* + * + * SwingJS note: Do not use methods in this class directly. Use + * + * Platform.openURL(String url) only. + * + * JavaScript does not see this class. + */ public class BrowserLauncher { /**