I have multiple JInternalFrames. If I open a frame and then maximize it, then I open another frame. The second frame is opened normally but the maximize icon thinks it's maximized. If you click on the maximize button it doesn't maximize it, it makes it icon size without iconifying it. Does anyone know what causes this behavior?
Matt Hansen
Ranch Hand
Joined: Jul 31, 2001
Posts: 34
posted
0
I think I fixed it by way of a 'hack.' I iconified the internal frame and then deiconified it. If anyone knows of a better way, please let me know.