return;
}
if (o instanceof DataSource) {
try {
DataSourceInformationDialog di = new DataSourceInformationDialog((DataSource) o);
JDialog jd = di.createDialog(JSynoptic.gui.getOwner());
if (jd != null) {
jd.setVisible(true);
}
} catch (DataException ee) {
JSynoptic.setStatus(ee.getMessage());