Aleksey Serov wrote:What free software can you recommend to support development of SWING application under Windows?
I have read about few plugins for eclipse but failed to find where to download it from. I have eclipse indigo installed.
Maybe not eclipse, maybe some standalone application or something else.
John Jai wrote:I use NetBeans to draw the initial layout of the components, copy the generated GroupLayout code and use Eclipse further to add Listeners and other stuffs further. Please use generated code by NetBeans only if you understand the GroupLayout.
John Jai wrote:I use NetBeans to draw the initial layout of the components, copy the generated GroupLayout code and use Eclipse further to add Listeners and other stuffs further. Please use generated code by NetBeans only if you understand the GroupLayout.
The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
SCJP
Visit my download page
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Ranga.
SCJP 1.4, OCMJEA/SCEA 5.0.
Rob Spoor wrote:Why just kidding? I agree with you that user interface should be written manually. I definitely don't use any GUI builder for my Java code.
SCJP 1.4 - SCJP 6 - SCWCD 5 - OCEEJBD 6 - OCEJPAD 6
How To Ask Questions How To Answer Questions
Mohamed Sanaulla | My Blog | Author of Java 9 Cookbook | Java 11 Cookbook
Haina Minawa wrote:For veterans, not using GUI builder is a good news for your competitors. You lose your productivity.
Horst Stieg wrote:
Haina Minawa wrote:For veterans, not using GUI builder is a good news for your competitors. You lose your productivity.
As a veteran, at some time you probably had to build a large application consisting of many frames with different contents, but always with the same layout. Where every label etc. had to be at exactly the same horizontal position, the spacing between components had to be always the same... And you did this with a GUI builder?
That is work for an intern or someone deserving some kind of punishment!
Horst Stieg wrote:As a veteran, at some time you probably had to build a large application consisting of many frames with different contents, but always with the same layout. Where every label etc. had to be at exactly the same horizontal position, the spacing between components had to be always the same... And you did this with a GUI builder?
That is work for an intern or someone deserving some kind of punishment!
SCJP
Visit my download page
Consider Paul's rocket mass heater. |