290291292293294295296297298299300
.getErrorWindow() .error( "Trying to load the XRegistry default services, but Xregistry url is not set"); } else { MyProxyDialog dialog = new MyProxyDialog(this); dialog.show(true); // blocking } } }