Jump to content

Creating GUI

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
Hi guys... I need to create a GUI for a program in Java, and the problem is that I really hate to create GUIs in Java, I'm not that good friend with layouts and many more... so I was wondering, is there any program where you can create a GUI to java programs with drag&drop? I'm currently using Eclipse Galileo and I don't really know if there's any function built-in or if there is any other program that can do that. So any suggestions?

#2
Sinipull

Sinipull

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 386 posts
There's also a plugin or a function in Eclipse. Idk where exactly, because i program my own GUI's.
It's not that difficult, and gives you a great experience...

But otherwise, Netbeans has a drag&drop GUI editor.

#3
Roman Y

Roman Y

    Programmer

  • Members
  • PipPipPipPip
  • 189 posts
Ok. thanks.

#4
lor

lor

    Programming Goddess

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
I use Netbeans, it's simple and pretty straight forward. I'd recommend that. :)


#5
agnl666

agnl666

    Programmer

  • Members
  • PipPipPipPip
  • 173 posts
I attempted to use netbeans (not the drag and drop part) though I found it very confusing and thus I tend to use Jcreator. I want to learn to become good with netbeans because it seems to me to be the most useful.