JAL-3253-applet disabling button size setting by applet param. Whatever
[jalview.git] / src / jalview / util / BrowserLauncher.java
index 94d66f4..ca2e55e 100755 (executable)
@@ -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</a>)
  * @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
 {
   /**