FileDocCategorySizeDatePackage
MetalworksHelp.javaAPI DocSun JDK 1.4.2 Example4807Thu May 12 00:35:27 BST 2005None

MetalworksHelp

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);
    
Methods Summary