
-----------------------------------
vicgnesh
Sat Oct 20, 2007 10:48 pm

SleepThread
-----------------------------------
// The "Spiral" class.
import java.awt.*;
import hsa.Console;

public class Spiral
{
    static Console c;           // The output console
    
    public static void main (String[] args)
    {
        c = new Console ();
        int a = 100;
        int b = 100;
        int radx = 1;
        int rady = 1;
        // declare the variables for the spiral loop
        
        for (int loop = 1 ; loop 