Showing posts with label create. Show all posts
Showing posts with label create. Show all posts

Sunday, December 22, 2013

How to Create a Basic Java Applet in Eclipse

Creating an Applet in eclipse does not need any HTML code in extra. Eclipse serves for this type of services to create and play a applet in eclipse.
To create an Applet we basically need two packages i.e.
java.applet.*; 
java.awt.*;
This above packages are imported into the Program.