Swing Components...

Hi, guys...
I have two questions..

First:
How i´can do to use the others swing components in a form..for example...the JMenuBar, JProgressBar, etc...

an the other:
How to use JAR librarys in my projects...

Thanks for all...

bye.

0
Avatar
Permanently deleted user

1. Follow instructions for installing resources-ext.jar and whatever XML file at http://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesignerGuide . This will add about 10 new components to your UI designer toolbar (I don't know why these don't come with IDEA by default, it seems like a serious issue to me).

2. Include forms_rt.jar in your project distribution and in the classpath when you run your application.

If you compile your project with Ant you will need javac2.jar, jdom.jar, bcel.jar from IDEA lib directory, in your project somewhere, and add them to your Ant classpath when building, and use the javac2 task in place of the plain javac task.

0
Avatar
Permanently deleted user

On Thu, 15 Apr 2004 23:56:47 +0400, Keith Lea wrote:

If you compile your project with Ant you will need javac2.jar, jdom.jar,
bcel.jar from IDEA lib directory, in your project somewhere, and add them


Any else having problems with the Ant task under EAP 2008 at all?

0

请先登录再写评论。