Class LineDemo1
Class LineDemo1
java.lang.Object
|
+----netscape.application.Application
|
+----LineDemo1
- public class LineDemo1
- extends Application
-
LineDemo1()
-
-
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.
LineDemo1
public LineDemo1()
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.