super("FSTree Component Test"); setSize(300,300); setDefaultCloseOperation(EXIT_ON_CLOSE); FSTree fst = new FSTree(new DefaultMutableTreeNode("Starter")); getContentPane().add(new JScrollPane(fst)); setVisible(true);
new FSTest();