.getComponent(0);
File theFile = theSchemaExplorer.getSchemaFile();
checkSchemaFile(theFile);
theSchemaExplorer.resetMetaData(jdbcMetaData);
theSchemaExplorer.getTreeUpdater().update();
theSchemaFrame.updateUI();
}
//EC: If the JDBC preferences entered then display a warning.
displayWarningOnFailedConnection();
for (JInternalFrame jdbcFrame : jdbcWindows) {