HTML Code:
import java.awt.*; import java.applet.*; public class GuiExample extends Applet
Kindly tell me after importing the Applet class what is the necessity to extend it.
Thank You
|
Go4Expert Member
|
|
| 13Feb2012,19:12 | #1 |
|
Hello Respected Members
HTML Code:
import java.awt.*; import java.applet.*; public class GuiExample extends Applet Kindly tell me after importing the Applet class what is the necessity to extend it. Thank You |