Visual Editor vs Manual code

Posted by Albinoswordfish on Stack Overflow See other posts from Stack Overflow or by Albinoswordfish
Published on 2010-05-07T03:52:41Z Indexed on 2010/05/07 3:58 UTC
Read the original article Hit count: 305

Filed under:
|

I'm not sure how it is using other frameworks but this questions is strictly regarding Java swing.

Is it better to use a Visual Editor to place objects or to manually code the placement of the objects onto the frame (Layout managers or null layouts)?

From my experience I've had a lot of trouble using Visual editors when it comes to different screen resolutions or changing the window size. Using manual code to place objects I've found that my GUIs behave a lot better with regard to the screen size issue. However when I want to change a small part of my GUI it takes a lot more work compared to using a visual editor

Just wondering what people's thoughts were on this?

© Stack Overflow or respective owner

Related posts about java

Related posts about swing