JAL-3691 automatic insertion of Locale.ROOT to toUpperCase() and toLowerCase() and...
[jalview.git] / src / jalview / gui / JvOptionPane.java
index 5bbe75f..bf15b86 100644 (file)
@@ -790,6 +790,11 @@ public class JvOptionPane extends JOptionPane implements DialogRunnerI,
      * (for Javascript, see propertyChange)
      */
     if (!Platform.isJS())
+    /**
+     * Java only
+     * 
+     * @j2sIgnore
+     */
     {
       handleResponse(response);
     }
@@ -819,6 +824,11 @@ public class JvOptionPane extends JOptionPane implements DialogRunnerI,
               initresponse);
     }
     if (!Platform.isJS())
+    /**
+     * Java only
+     * 
+     * @j2sIgnore
+     */
     {
       handleResponse(response);
     }