public static void main(String[] args) { JFrame theFrame = new ERView(); theFrame.setSize(300, 400); theFrame.setVisible(true); }
public static void main(String[] args) { JFrame theFrame = new DemoCheckBox(); theFrame.setSize(300, 250); theFrame.setVisible(true); }