public GoodiesForm() {
   super();
   setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
   this.setTitle("JGoodies FormLayout layout manager demo");
   this.setIconImage(new ImageIcon(this.getClass().getResource("/sport_8ball.png")).getImage());
   this.buildMenu();
   initialise(this);
 }