Minimize « JPanel « Java Swing Q&A





1. maximize and minimize panel    coderanch.com

2. minimize and maximize panel    coderanch.com

I have an interface which content many panels. So i want to maximize and minimize the panels. let say the real size of panel is 400 x 400 pixel, then i want to minimize to 400 x 20 pixel. But the panel is dynamic, i can maximize and minimize again and again... Thank you.

3. panel with close , minimize, maxsimize ooptions    coderanch.com

Hi! i am looking to create frame with panels - looks like the views of eclipse, meaning they are built in the frame - but can be minimize, maxmize and closed. somthing like internalFrame but that is bulit in the frame - not on top of it (do you understand what i mean?) is there something like that, ready to use? ...