Roblem Description: Solution:: How To Create A Basic Applet?
Roblem Description: Solution:: How To Create A Basic Applet?
Solution:
Following example demonstrates how to create a basic Applet by extending
Applet Class.You will need to embed another HTML code to run this
program.
import java.applet.*;
import java.awt.*;