Hi.
I have an ChildFrame inside of an DesktopFrame. I want to insert a JButton into the ChildFrame. But this JButton turns out to be very tiny in that child frame. If I maximize the child frame, the button does not change size.
I used this a source for my codings:
http://www.rz.fhtw-berlin.de/hjp3/k100230.html
I only added a JButton into my chid frame, I used a GridBagLayout. button.setSize() does not seem to work in that child frame.
Would be very thankful, if anybody could help.
Burkhardt