private void initDialog()
{
dialogModel = new SimpleDataSourceDialogModel();
dialogModel.addPropertyChangeListener(new ConfirmValidateHandler());
bundleSupport = new ResourceBundleSupport(Locale.getDefault(), JdbcDataSourceModule.MESSAGES,
ObjectUtilities.getClassLoader(JdbcDataSourceModule.class));
connectionComponent = new JdbcConnectionPanel(dialogModel, designTimeContext);
setTitle(bundleSupport.getString("JdbcDataSourceDialog.Title"));
setModal(true);