hello
I have create a graphic interface which contains text zone and button.
my problem is that when I change the size of my window the objects which are creates above do not take a relative form compared to the size of the window how to make
thank you
What have you got so far? You need to use a relative-positional panel layout manager such as BorderLayout to achieve this effect. If you've put components onto a panel using absolute coordinates and the panel has no layout manager, then the components will not take relative positions as you have found.
By the way, this forum is for J2EE questions. Please use forum269 for plain Java question like this in the future.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.