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
请先登录再写评论。
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
nice;thanks Tim.
When I do this, the only options are Java class, File, Package, HTML File, JavaScript File and Edit File Templates.
Please make sure the UI Designer plugin is enabled in Settings | Plugins.