Maxmize « JInternalFrame « Java Swing Q&A





1. Blend JInternalFrame to its parent JFrame when maxmize it    java-forums.org

Hi: I have a JFrame as parent window and some JInternalFrame as child window. I would like to programe this way: if I click one JInternalFrame's maximize button, this JIntervalFrame will become 'topless' and 'maximized', so that it 'blend' into parent JFrame's contentpane. I will have a button at the top of right coner of parent JFrame, when I click it, ...