534535536537538539540541542543544
window = new DefaultWindow(Console.MESSAGES.createTitle("Connection Definition")); window.setWidth(480); window.setHeight(360); window.trapWidget( new NewConnectionWizard(this).asWidget() ); window.setGlassEnabled(true); window.center(); }
537538539540541542543544545546547
549550551552553554555556557558559
553554555556557558559560561562563
window = new DefaultWindow(Console.MESSAGES.createTitle("connection definition")); window.setWidth(480); window.setHeight(360); window.setWidget( new NewConnectionWizard(this).asWidget() ); window.setGlassEnabled(true); window.center(); }
545546547548549550551552553554555
window = new DefaultWindow(Console.MESSAGES.createTitle("Connection Definition")); window.setWidth(480); window.setHeight(360); window.setWidget( new NewConnectionWizard(this).asWidget() ); window.setGlassEnabled(true); window.center(); }