Java IDE(s)

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: May 2007
Posts: 4,506
Reputation: Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future Ezzaral has a brilliant future 
Solved Threads: 521
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: Java IDE(s)

 
0
  #31
Aug 17th, 2007
Originally Posted by darkagn View Post
My experience with NetBeans is that the generated code when building GUIs in particular is extremely difficult to read and subsequently maintain.
That depends on the layout that is selected for the container. I don't find the generated code more difficult to read than any other complex layout code. GridBagLayout, GroupLayout, and SpringLayout do involve quite a bit of code and the GUI builder does save a lot time over manually coding it. That said, I agree it is still a good idea for beginners to learn to code it for themselves so they understand the nuances of those layouts.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 786
Reputation: Phaelax is on a distinguished road 
Solved Threads: 39
Phaelax Phaelax is offline Offline
Master Poster

Re: Java IDE(s)

 
0
  #32
Aug 17th, 2007
wont' do much if the code is generated on the fly rather than pulled from some file template
I misinterpreted the statement. I was thinking like the pre-generated code when creating a new class which some programs just pull from a pre-saved template.

I used to think Netbeans gui code generation was a mess, but once I got used to it it's not so bad. As long as you have planned out ahead of time what the gui will do and you dont have to make too many changes you should be ok.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Java IDE(s)

 
0
  #33
Aug 17th, 2007
you're not. The code it generates is impossible to maintain outside Netbeans (which is an immediate disqualifier for any generated code), stinks badly because of all the forced code duplication you're required to have even in your own code that interfaces with it, and has abysmal performance.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC