When I create my dynamic JFrame and I add my objects, for example Buttons, I don't want them to be streged out, I want them to be resized by me. Is there any posible way to resize them?
Asked
Active
Viewed 26 times
0
-
3Use an appropriate [layout manager](https://docs.oracle.com/javase/tutorial/uiswing/layout/visual.html). – Sergiy Medvynskyy Mar 23 '16 at 10:14
-
Provide ASCII art or a simple drawing of the *intended* layout of the GUI at minimum size, and if resizable, with more width and height. – Andrew Thompson Mar 23 '16 at 10:56