public class MetalworksHelp extends JInternalFrame
Fields Summary
Constructors Summary
public MetalworksHelp()
super("Help", true, true, true, true);
setFrameIcon( (Icon)UIManager.get("Tree.openIcon")); // PENDING(steve) need more general palce to get this icon
setBounds( 200, 25, 400, 400);
HtmlPane html = new HtmlPane();
setContentPane(html);