import java.awt.*; import java.awt.event.*; import java.io.*; import java.awt.geom.*; /**This is a dummy class designed to work with the applet version of the program. The real version is placed in the directory OutputReal, where it doesn't cause a security violation.**/ public class Output { boolean ACTIVE; public Output(String S) {} public void print(String S) {} public void println(String S) {} public void tclBgSet(Color C) {} public void linePrint(GeneralPath X,Color C) {} public void polyPrint(GeneralPath X,Color C1,Color C2) {} public void polyPrintGo(GeneralPath X,Color C1,Color C2) {} public String tclConvert(Color C) {return(null);} }