java graphic enviroment

Hello. Nice to "meet" you.

I'm new to java and while I'm still learning the basics, what I really want to do is construct the user interface of an SQL database in java, which will have many scroll-down menus etc and will run in Windows XP.

What program would you recommend me to use? I've downloaded JCreator but I'm not sure this is the best option..

Thank you in advance!

[402 byte] By [unit345a] at [2007-11-26 15:42:31]
# 1

> What program would you recommend me to use? I've

> downloaded JCreator but I'm not sure this is the best

> option..

I think the most popular are Eclipse and Netbeans. I prefer Eclipse but Netbeans may be better for you. It's supported by Sun and they even offer a combined download of Java&Netbeans. Here's the Wikipedia entry for Netbeans,

http://en.wikipedia.org/wiki/NetBeans

There are further articles describing the other IDE's.

unit345a at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 2
Thank you.But isn't NetBeans supposed to be a bit complicated?As I am a newbie, I was looking for something easy to use..
unit345a at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 3
I would still suggest using a notepad as even i am using it.Infact the projects i am working on are on a notepad and not any ide.It will be bebeficial for us if we use notepad.
qUesT_foR_knOwLeDgea at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 4
Ok, but what about scroll-down bars and so on? How will I do that using notepad? Won't it be easier with another program?Message was edited by: unit345
unit345a at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 5
NetBeans is the best IDE for building java GUIs. You can build JFrames by dragging and dropping!Eclipse is good, but youll have to design the GUI by coding.
Lexera at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 6
Aren't there plugins for Eclipse to do that? (that's what a friend said)
unit345a at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 7

> Aren't there plugins for Eclipse to do that? (that's

> what a friend said)

Both Eclipse and Netbeans allow you to develop GUI's "visually" but in the Eclipse case you'll have to download a separate module. In both cases you don't have to of course. You just don't use the "visual editor" but program your GUI directly using the Swing classes.

I would say the complexity of Eclipse and Netbeans are about equal. In my view it's always better to use a fullblown IDE right from the start.

unit345a at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...
# 8
Thank you very much.I'm already starting with Net Beans
unit345a at 2007-7-8 22:01:19 > top of Java-index,Java Essentials,New To Java...