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
https://forums.phpfreaks.com/topic/256301-java-swing-designer-or-not/
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!).

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.