From: hansonr Date: Sun, 6 Oct 2019 19:09:18 +0000 (+0200) Subject: JAL-3453 better JavaDoc X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=45cdda84387bfd8b7383573f9788dd0dd6e70ecd;p=jalview.git JAL-3453 better JavaDoc --- diff --git a/src/jalview/gui/Desktop.java b/src/jalview/gui/Desktop.java index 226efdf..d2f3841 100644 --- a/src/jalview/gui/Desktop.java +++ b/src/jalview/gui/Desktop.java @@ -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;