Class DemoShapes

java.lang.Object
  extended byDemoShapes

public class DemoShapes
extends Object

A short demonstration program for HLine and Box.

Version:
3

Constructor Summary
DemoShapes()
           
 
Method Summary
static void main(String[] args)
          Paint some shapes on a Screen and draw it to a Terminal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoShapes

public DemoShapes()
Method Detail

main

public static void main(String[] args)
Paint some shapes on a Screen and draw it to a Terminal.