samplecode
Class CustomizedFace

java.lang.Object
  extended by samplecode.CustomizedFace

public class CustomizedFace
extends java.lang.Object

This will display a face very much like the face in SimpleFace. The difference is that this class asks the user questions about how the face is to be drawn and then modifies the face according to the answers that it receives.


Constructor Summary
CustomizedFace()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizedFace

public CustomizedFace()
Method Detail

main

public static void main(java.lang.String[] args)