roblem Description:
How to create a basic Applet?
Solution:
Following example demonstrates how to create a basic Applet by extending
Applet [Link] will need to embed another HTML code to run this
program.
import [Link].*;
import [Link].*;
public class Main extends Applet{
public void paint(Graphics g){
[Link]("Welcome in Java Applet.",40,20);
}