From 45cdda84387bfd8b7383573f9788dd0dd6e70ecd Mon Sep 17 00:00:00 2001 From: hansonr Date: Sun, 6 Oct 2019 21:09:18 +0200 Subject: [PATCH] JAL-3453 better JavaDoc --- src/jalview/gui/Desktop.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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; -- 1.7.10.2