Problem creating GUI Form

Hello,

I have problems when I want to create a GUI Form.

e.g.:

New Java Project -> New GUI Form -> Dialog with checked Create Bound Class
Now nothing happens. I see on the Filesystem that IDEA created a <Class>.form.

After an IDEA restart (because IDEA seems to be a bit unresponsive after that) I can see the .form file, but I don't know how I can bind it to a newly created .class file. (I set the Property in the .form file for 'bind to class' to the created class)


Thanks for your help

0
6 comments

Bind form to class:

1) Create Java class
2) Open form
3) Select form in Component Tree
4) Sets property 'bind to class' in Property Table

0
Avatar
Permanently deleted user

Hello,

well. I already did that, but when I add a Component I can't see it in the .class?

Thats how it is supposed to work? I only used Window Builder in Eclipse before.

0

Will you can send (attach to comment) test project with this problem?

0
Avatar
Permanently deleted user

Here is the Project.

What I have done so far:
          Created a new Project
          Created a GUI Form
          (Had to restart Intellij because the Project Explorer was "stuck")
          Created a .class File (same name as the Gui Form)
          Tried to add a Label
          Upon entering the field name I got the following error

2013-02-12_08-47-33.jpg



Attachment(s):
Test.rar.zip
0

Hello,

I tested your project, everything works fine.

Please will send Idea .log files (see to Users/<user.name>/<Idea>/system/*.log)

Do 'File | Invalidate Caches...' and try again bind properties.

0
Avatar
Permanently deleted user

Here is the log



Attachment(s):
idea.log.zip
0

Please sign in to leave a comment.