}
final MapPropertyDialog dialog = new MapPropertyDialog(HermesBrowser.getBrowser(), "JDBC Properties",
"\nYou need to provide an alias for this database and its URL and driver.\n", properties, true);
dialog.addOKAction(new Runnable()
{
public void run()
{
doOnOK(properties);
}