JoJo
JoJo

Reputation: 4933

Swing plug-in for Eclipse Juno 4.2?

What open-source eclipse plugin do I install to program with/in Java Swing?

I have Eclipse Juno (4.2?) installed and everything is running good so far.

Thanks.

Upvotes: 4

Views: 8881

Answers (1)

Murtaza
Murtaza

Reputation: 318

Swing donot require any plugin to run, Swing library is an official Java GUI toolkit released by Sun Microsystems. It is used to create Graphical user interfaces with Java.

You can follow this LINK to setup and run you first program, based on Swing..

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

Hope this helps out. Cheers! :)

Upvotes: 7

Related Questions