Re: resize windows with JFrame



> But when I enlarge the window then buttons don`t move together.
> How can I do?

Take a look at layout managers, they're what you're looking for.

http://java.sun.com/docs/books/tutorial/uiswing/layout/using.html

.


Quantcast