java - Good Swing LayoutManager for Window Builder -
As my experience in my Java swing programming, I have used only the full layout, in which I can place objects anywhere in the frame.
Using the Window Builder plugin for Eclipse but the problem with it is that it is difficult to maintain and when the frames again If the shape happens then the objects remain in their position which is not good.
Is there a layout manager in swing that uses the full position (I am using the window builder), but when the size of the frame changes, the object flows inside the frame Go along?
You can try this site, I've been using it for some time and I am very happy I,
Comments
Post a Comment