Where is the GUI builder in Intellij

Hi,
Just downloaded  & installed IntelliJ IDEA  11.0.1 ; was hoping to fire up gui and do a quicj j2se apps with two buttons and a form may be.
But where is the gui builder ...all I see is web development environment details .

Any help will be appreciated.

Thanks
pronob

0
4 comments
Avatar
Permanently deleted user

Hi

Create a new project based on a Java module. No need to add any "technologies". Then right-click the source folder in the project tree and choose New GUI Form. This will open the Intellj GUI builder.

Tim

0
Avatar
Permanently deleted user

nice;thanks Tim.

0
Avatar
Permanently deleted user

When I do this, the only options are Java class, File, Package, HTML File, JavaScript File and Edit File Templates.

0

Please make sure the UI Designer plugin is enabled in Settings | Plugins.

1

Please sign in to leave a comment.