[7.0 M2] GUI Form
Good Day,
I created a GUI Form using IDEA 7.0 M2 but now that it is created how do I use it since I don't see a way to initialise the form the way the intellij form viewer is doing. All I have is a set of private properties, one for each component.
Regards,
Mark P Ashworth
Please sign in to leave a comment.
Hello Mark,
The private properties will be initilaized by the bytecode generated by the
IntelliJ IDEA compiler. You can switch the UI Designer to source code generation
using the GUI Designer settings dialog.
You can find more information on using the GUI Designer in the help system
and in the GUI Designer demo available at http://www.jetbrains.com/idea/training/demos.html#VisualTools
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"