286287288289290291292293294295296
window = new DefaultWindow(Console.MESSAGES.createTitle("Datasource")); window.setWidth(480); window.setHeight(400); window.setWidget( new NewSocketGroupWizard(SocketBindingPresenter.this, result).asWidget() ); window.setGlassEnabled(true); window.center(); }