buttonPanel.add(refreshButton);
buttonPanel.add(launchButton);
buttonPanel.add(terminateButton);
buttonPanel.add(closeButton);
this.dialog = new XBayaDialog(this.engine, "Amazon EC2 Managment Console", mainPanel, buttonPanel);
this.dialog.getDialog().setPreferredSize(new Dimension(WIDTH, HEIGHT));
this.dialog.setDefaultButton(closeButton);
}