1. Handle Resizing of Containers coderanch.comHello, 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.orgHello, 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.comHi 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 |