_app.showErrorDialog(ex);
}
}
private void createConnectionInternalFrame(SheetHandler hdl) {
ConnectionInternalFrame sheet =
new ConnectionInternalFrame(_app, _sqlAlias, hdl);
_app.getMainFrame().addWidget(sheet);
DialogWidget.centerWithinDesktop(sheet);
sheet.moveToFront();
sheet.setVisible(true);
}