Reputation: 4933
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
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