scootstah Posted February 3, 2012 Share Posted February 3, 2012 I'm starting to get more into Java. Is it typically preferred to use a designer (like NetBeans) when working with Swing? Or is it better to do everything by hand? I know that when it comes to HTML/CSS, dreamweaver WYSIWYG is highly discouraged. Does the same hold true for this? Quote Link to comment Share on other sites More sharing options...
thehippy Posted February 3, 2012 Share Posted February 3, 2012 I'd say whatever gets the job done. That said having an understanding of how the components work is essential to debugging UI components, good design, etc. I used to use the JFormDesigner before JetBrains made its Swing Designer in IntelliJ IDEA less sucky. Its great for rapid prototyping, like Delphi/C++Builder was. But at the same time you'll find yourself diving into code to tweak everything and sometimes verify correctness (container hierarchy is fun!). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.