Class TextDemo1
Class TextDemo1
java.lang.Object
|
+----netscape.application.Application
|
+----TextDemo1
- public class TextDemo1
- extends Application
-
TextDemo1()
-
-
init()
- For a java applet, only the init ()
method is required.
-
main(String[])
- Providing a main (String) method allows
the application to be run also as a Standalone.
TextDemo1
public TextDemo1()
init
public void init()
- For a java applet, only the init ()
method is required.
- Overrides:
- init in class Application
main
public static void main(String args[])
- Providing a main (String) method allows
the application to be run also as a Standalone.