-1

Possible Duplicate:
Best GUI designer for eclipse?

I have been working with netbeans and i am new to eclipse.I have opened the eclipse but how do i create automatic frames,buttons etc in eclipse.In netbeans i had to just select the jframe from new option and automatically it's related components would be there. But i am unable to do the same in eclipse. I click on new -> java project. Then create a main package containing the main class but how do i create the automatic frames in eclipse. I see no option there as seen in netbeans. new->JFrame

Community
  • 1
  • 1
saplingPro
  • 20,769
  • 53
  • 137
  • 195
  • 1
    You need a GUI builder tool. See http://stackoverflow.com/questions/29426/best-gui-designer-for-eclipse – Fredrik Dec 19 '11 at 09:14

3 Answers3

2

You'll need a plugin that will be a GUI builder tool. WindowsBuilder is a good tool to design in eclipse.

It is built as a plug-in to Eclipse and the various Eclipse-based IDEs. There are various others you can google around.

Suhail Gupta
  • 22,386
  • 64
  • 200
  • 328
1

You need to use a plugin with eclipse for designing GUI. A comparison of different plugins is given here:

Jomoos
  • 12,823
  • 10
  • 55
  • 92
0

You are probably looking for some Swing Designer plug-in. Take a look at http://www.formdev.com/ I've heard it's good, but I never used it myself.

Hurda
  • 4,647
  • 8
  • 35
  • 49