The Source for Java Technology Collaboration
User: Password:



Start New Message Post a Reply

Subject:  gui libs
Date:  2007-06-20 09:49:42
From:  dma02


coding the gui by hand doesn't mean your stuck with tons of lines of code. There are many nice libraries out there that make gui building easier. You'll end up with less code to write since most of it will already be written for you.

For example if I wanted to do many forms and tables, I'd use dataform (it's a java.net project) and it builds the form for me and does all the SQL stuff in the background.. so poof I have a DB and forms almost instantly. If Wanted some other type of gui,... I'd most likely use some other lib.

 Feed java.net RSS Feeds