posted 14 years ago
Hi all:
I have JDesktopPane and in which I add few JInternalFrame(s). I have initialized all these internal frames using following:
My problem is the minimize button in right hand side of JInternalFrame, doesnot do anything. Although I am able to close and maxamize the internal frame.
Please help why I am not able to minimize JInternalFrame.
Thanks.