For a normal GUI (desktop) application with standard controls, like labels, textbox, progress bars, buttons, panels and so on, do you believe that what is the most suitable solution or tool to make easy and less painfully the development of a GUI applications using J2SE in the following suggestions:
- Use Layout Manager like JGoodies, Mig Layout
- Use Matisse Editor on NetBeans
- Use Netbeans Plataform
- Use Java FX
- Use Merapi (for air/flex approach)
What your your opinion?
Also I love this site and this community!
Use Mig Layout as a LayoutManger AND use WindowBuilder with Eclipse as a GUI designer. WB really rocks!
One of the nice things about WindowBuilder is the fact that it doesn’t generate extra .form files or other stuff. Just plain java classes with pretty clean code I might add 🙂