public class Metalworks extends com.sun.java.swing.JFrame
{
static final Integer DOCLAYER = new Integer(5);
static final Integer HELPLAYER = new Integer(7);
static final String ABOUTMSG = "Based on the oringal Metalworks example written by the Look&Feel team at Sun\nThis version shows how to create an equivilent using Visual Cafe\'s GUI building facilities.";
public JDesktopPane desktop=new JDesktopPane();
ButtonGroup themeGroup = new ButtonGroup();
public Metalworks()
{
// This code is automatically generated by Visual Cafe when you add
// components to the visual environment. It instantiates and initializes
// the components. To modify the code, only use code syntax that matches
// what Visual Cafe can generate, or Visual Cafe may be unable to back
// parse your Java file into its visual environment.