dennisGuru
Programmer
when developping a grafical application i want to use a JFrame in a JFrame. Is this possible?
The problem is I have multiple buttons of wich the size changes when I change the size of the JFrame. I do not want this. But I can't find anything about it.
You can set the preferred size, the minimum and maximum size, but these are somehow linked to the frame.
Dennis
The problem is I have multiple buttons of wich the size changes when I change the size of the JFrame. I do not want this. But I can't find anything about it.
You can set the preferred size, the minimum and maximum size, but these are somehow linked to the frame.
Dennis