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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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! 🙂