Sorry - I skipped over your specific question. You can get a reference to the java.awt.Window that is hosting the Display with this method http://pivot.apache.org/2.0/docs/api/org/apache/pivot/wtk/Display.html#getHostWindow()
Once you have that, you can close it, move it, resize it etc just as you would with any normal AWT window. If you do not already have one, you can get a reference to the Display with http://pivot.apache.org/2.0/docs/api/org/apache/pivot/wtk/Component.html#getDisplay() On 8 August 2011 13:59, B.L. Zeebub <[email protected]> wrote: > then only my frame closes, leaving a blank Windows 7 decorated window in > place. How do I close the Windows 7 window?
