Class LineDemo1

Class LineDemo1

java.lang.Object
   |
   +----netscape.application.Application
           |
           +----LineDemo1

public class LineDemo1
extends Application

Constructor Index

 o LineDemo1()

Method Index

 o init()
For a java applet, only the init () method is required.
 o main(String[])
Providing a main (String) method allows the application to be run also as a Standalone.

Constructors

 o LineDemo1
  public LineDemo1()

Methods

 o init
  public void init()
For a java applet, only the init () method is required.
Overrides:
init in class Application
 o main
  public static void main(String args[])
Providing a main (String) method allows the application to be run also as a Standalone.
1