Agreed. I think the only way to keep this logically portable is to allow one window to own another window and when a window is owned by another, that's when it's a toplevel frame (or maybe I have this backwards).
-----Original Message----- From: Greg Brown [mailto:[email protected]] Sent: Sunday, June 06, 2010 2:37 PM To: [email protected] Subject: Re: [jira] Commented: (PIVOT-418) Multiple host windows > perhaps there is a > way that the rendering layer or application context understands when it is a > desktop or not and can do different things. Not yet, but there is a ticket for that as well: https://issues.apache.org/jira/browse/PIVOT-368 However, when possible, it is best to try to avoid introducing a hard dependency on a particular application context, because that make an app less portable.
