ikevin8me
ikevin8me

Reputation: 4313

IntelliJ Codename One Plug-in causes error when creating new Form

I get this error when creating a new Form using IntelliJ. Is this my setup problem or a bug?

enter image description here

Upvotes: 1

Views: 33

Answers (1)

Shai Almog
Shai Almog

Reputation: 52770

This is a known bug where you have two instances of IntelliJ/IDEA working on the GUI builder together. If only one is open this works as expected.

This is the issue that tracks it in the issue tracker.

Upvotes: 1

Related Questions