Exemplo n.º 1
0
  public static void main(String[] args) {

    System.out.println("Main for AdMan");

    controller = new Controller();
    controller.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    controller.setSize(380, 200);
    controller.setLocationRelativeTo(null);
    controller.setVisible(true);
  }