There is no special support for creating applets in UI Designer. You can follow any general applet tutorial, like http://java.sun.com/docs/books/tutorial/deployment/applet/index.html . To run the applet in IntelliJ IDEA, you need to create a run configuration of type "Applet".
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello truecolor,
There is no special support for creating applets in UI Designer. You can
follow any general applet tutorial, like http://java.sun.com/docs/books/tutorial/deployment/applet/index.html
. To run the applet in IntelliJ IDEA, you need to create a run configuration
of type "Applet".
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"