You are on page 1of 1

/** * @author ola * */ public class Huff { public static void main(String[] args){ HuffViewer sv = new HuffViewer("Duke Compsci

Huffing"); // IHuffModel hm = new HuffModel(); sv.setModel(null); } }

You might also like