6465666768697071727374
window = new DefaultWindow(Console.MESSAGES.createTitle("Network Interface")); window.setWidth(480); window.setHeight(360); window.trapWidget( new NewInterfaceWizard(this).asWidget() ); window.setGlassEnabled(true); window.center(); }
window = new DefaultWindow(Console.MESSAGES.createTitle("Network Interface")); window.setWidth(480); window.setHeight(360); window.setWidget( new NewInterfaceWizard(this).asWidget() ); window.setGlassEnabled(true); window.center(); }