Swing plugin for Eclipse Juno 4.2?

What open source eclipse plugin do I install for programming using / in Java Swing?

I have Eclipse Juno (4.2?) Installed and everything still works.

Thanks.

+4
source share
1 answer

Swing donot requires the launch of any plugin, the Swing library is the official Java GUI toolkit released by Sun Microsystems. It is used to create graphical user interfaces with Java.

You can follow this LINK to configure and run the first Swing-based program ..

And for more details, GOOGLE IT! He will provide you with more than enough information that you need.

Hope this helps. Hurrah!:)

+7
source

All Articles