Jump to content

Java Swing- designer or not?


Recommended Posts

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?

Link to comment
Share on other sites

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!).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.