Re: resize windows with JFrame



If you want enlarging buttons, use a proper
layout manager in proper way. GridLayout,
or GridBagLayout with fill=BOTH constraints
would do the job, for example.

.


Quantcast