private AmazonEC2InvokerWindow window;
@Override
public void actionPerformed(ActionEvent e) {
if (this.window == null) {
this.window = new AmazonEC2InvokerWindow(AmazonEC2MenuItem.this.engine);
}
try {
this.window.show();
} catch (Exception e1) {
AmazonEC2MenuItem.this.engine.getGUI().getErrorWindow().error(e1);