Class Draw_Box

Class Draw_Box

java.lang.Object
   |
   +----Draw_Box

public class Draw_Box
extends Object
Program 3.13 (draw 4 x 4 box with spider), from the textbook "Ada 95"
------------------------------------------------------------------
--| draw 4 x 4 box with spider
--| Author: Michael B. Feldman, The George Washington University
--| Last Modified: July 1995
------------------------------------------------------------------
  
Click on the "close button" (marked X) in the top right corner of the spider's window, to close the application.
See Also:
Spider, Room, AppFrame

Constructor Index

 o Draw_Box()

Method Index

 o main(String[])

Constructors

 o Draw_Box
  public Draw_Box()

Methods

 o main
  public static void main(String args[])