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