Class Spiral

Class Spiral

java.lang.Object
   |
   +----Spiral

public class Spiral
extends Object
Program 5.12 (draw spiral pattern with spider), from the textbook "Ada 95"
------------------------------------------------------------------
--| draw spiral pattern with spider - use nested loops
--| 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 Spiral()

Method Index

 o main(String[])

Constructors

 o Spiral
  public Spiral()

Methods

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