Jump to content

Creating GUI with Netbeans


Exbajalator

Recommended Posts

Moving this to Programming subforum as you'll get better answers there.

 

Now to answer your question: Creating gui with netbeans is probably fine. While it can tend to slow things down a tad it's industry standard to use gui designers in multiple other languages so you'll be fine.

 

Never hurts to learn the code though :P

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

Using a GUI designer will make things quicker, but you will miss out on the learning experience of doing it yourself. Netbeans will give you ugly generated code which is hard to understand. It is ok to use GUI builders for simple desktop and applet applications for personal use, but in college and more advanced applications, it would be wise to hard code things or at least build your own GUI tools. You can do that buy using a couple of booleans and mouse events.

sigcp.png

 

65,280 to 99 fletching on 3-14-09

40,405 to 99 woodcutting on 10-17-2009

Link to comment
Share on other sites

With Java as far as I know, building the UI like that gives unneeded code.

Yeah, it positions stuff "the long way". To the best of my knowledge it's the same with C# though.

 

If you're looking at really complicated forms, coding them by hand can't hurt. Otherwise, GUI buliders are probably ok.

polvCwJ.gif
"It's not a rest for me, it's a rest for the weights." - Dom Mazzetti

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.