Class Application

java.lang.Object
   |
   +----Application

public class Application
extends Object
Application class defines an application which consists of BattleShip applet in its own frame


Constructor Index

 o Application()

Method Index

 o main(String[])
Main method for application
 o WindowClosing(WindowEvent)
Method for closing the window

Constructors

 o Application
  public Application()

Methods

 o main
  public static void main(String Args[])
Main method for application

 o WindowClosing
  public void WindowClosing(WindowEvent WE)
Method for closing the window