{
GUIUtils.processOnSwingEventThread(new Runnable()
{
public void run()
{
customDialog = new ColumnDetailDialog(ColumnDetailDialog.ADD_MODE);
customDialog.setTableName(_info[0].getQualifiedName());
customDialog.setSelectedDialect(_dialect.getDisplayName());
customDialog.addExecuteListener(new AddColumnExecuteListener());
customDialog.addEditSQLListener(new EditSQLListener(customDialog));
customDialog.addShowSQLListener(new ShowSQLListener(i18n.SHOWSQL_DIALOG_TITLE, customDialog));