The Linuxator
Banned
I need advice on what GUI builder Iis best inorder to generate JAVA source code for an eclipse project I am working on ?
Originally posted by: The Linuxator
I need advice on what GUI builder Iis best inorder to generate JAVA source code for an eclipse project I am working on ?
Originally posted by: diegoalcatraz
I think Netbeans includes a GUI builder. I'm sure Eclipse has a plug in for that, too.
Originally posted by: The Linuxator
Originally posted by: diegoalcatraz
I think Netbeans includes a GUI builder. I'm sure Eclipse has a plug in for that, too.
I am used to programming in VB.net and when I tried creating a form in NetBeans I just found it awful, is it just me or GUI builders in JAVA makes things more difficult rather than making things easy ?
i agree.. the code generated by a gui builder lacks structure.. instead it just meshes everything together in one method or another.Originally posted by: boran
I have never encountered a java gui builder that doesnt create code that looks like someone crapped in your code. so I strongly reccomend building it yourself, which results in far cleaner code. only for extreme RAD (you need a gui in less than one hour) I would reccomend gui building tools.
you're not going to get that same ease with java.. vb was designed to allow people with little programming experience to create applications that interact with dlls.I am used to programming in VB.net and when I tried creating a form in NetBeans I just found it awful, is it just me or GUI builders in JAVA makes things more difficult rather than making things easy ?