package bmsi.fsp; import java.io.IOException; /** The JDK 1.1 version of FSToolkit. @author Stuart D. Gathman Copyright (C) 2000 Business Management Systems, Inc. */ public class FSToolkit1 extends FSToolkit { public FSToolkit1() throws IOException { } FSGraphics createGraphics(FSComponent comp) { return new FSGraphics(comp) { }; } }