* 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;