JAL-3453 better JavaDoc
[jalview.git] / src / jalview / gui / Desktop.java
index 226efdf..d2f3841 100644 (file)
@@ -231,16 +231,11 @@ public class Desktop extends GDesktop
    * just an instance (for testng, probably); no actual frames
    * 
    * This flag, when set true, allows a headless-like operation, with a Desktop
-   * object but no actual frames. The issue has to do with the mess-up of the
-   * Windows JInternalFrame implementation, which surreptitiously and
-   * unforgivingly accesses a native peer class, preventing headless operation.
+   * object but no actual frames. Though not headless, this option disallows
+   * dialogs to run in test environments.
    * 
    * It is set by invoking the Desktop(true) constructor.
    * 
-   * It is possible that we can remove this option now, since headless mode is
-   * finally working on Windows through careful attention to not creating any
-   * JInternalFrame objects when in that mode.
-   * 
    */
   boolean instanceOnly;