Resize « Container « Java Swing Q&A





1. Handle Resizing of Containers    coderanch.com

Hello, I hope you know the answer to my beginner question -- I have a JButton, which has an Image drawn to it. Now I tried to apply a Layout to this Button and the whole rest of my formular, and this works fairly good. The Button is resizing when I resize the Window. But I wish to make the Image ...

2. Handle Resizing of Swing Containers    java-forums.org

Hello, I hope you know the answer to my beginner question -- I have a JButton, which has an Image drawn to it. Now I tried to apply a Layout to this Button and the whole rest of my formular, and this works fairly good. The Button is resizing when I resize the Window. But I wish to make the Image ...

3. no resize for container in swing    forums.oracle.com

Hi all , iam using container and layout manager to arreange a number of controls(buttons, list etc ) of the gui , but i want that the gui should not be RESIZABLE . how should i do that ?? what code should i write to have that effect ?? thanks in advance