how to run this program?

how to run java swing program

View Answers

February 25, 2011 at 11:46 AM

Java Swing program runs same as a simple java program. There is no difference in spite of that a swing program is a container based program. It is compiled with javac and run with java command, same as a simple java program.

Learn Swing









Related Tutorials/Questions & Answers:
Advertisements