IntelliJ Java IDE
The moose likes Swing / AWT / SWT / JFace and the fly likes JInternalFrame problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "JInternalFrame problem" Watch "JInternalFrame problem" New topic
Author

JInternalFrame problem

Matt Hansen
Ranch Hand

Joined: Jul 31, 2001
Posts: 34
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
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.
 
IntelliJ Java IDE
 
subject: JInternalFrame problem
 
Threads others viewed
Opening a JFrame maximized
JInternalFrame double click Not closing theJInternalFrame
Adding maxmize icon to JFrame
how to customize the title bar of a JInternalFrame
How do you maximize on frame load?
IntelliJ Java IDE