Write down the steps to execute a simple Applet program.
Answers
Answered by
9
Step 1: Java IDE. ...Step 2: Make a New Java Project. ...Step 3: Name the Project. ...Step 4: Make a New Class. ...Step 5: Import Java.awt.* and Javax.swing.* ...Step 6: Extends JApplet. ...Step 7: Make the Paint Method. ...Step 8: Add Super.paint(g); in the Paint method
Similar questions