posted 15 years ago
Hi,
maybe someone could help me with this... I have the following function ( where claimSelection is a JInternalFrame and desktop is a JDesktopPane ) which can be called from a menu of my application:
Documentation says you're not supposed to use the setClosed( false ) but without it isClosed is always true ( i.e. once a frame has been closed, isClosed is always true, no matter whether it has been reopened in the
meantime ) and I get an exception.
Thanks in advance for your help!