(startupDelay/1000)+" seconds");
timeoutTask.cancel();
if(uiFetcher.exception!=null)
throw uiFetcher.exception;
ServiceInfo info = getServiceInfo(attrs);
if(type!=null || info!=null) {
JPanel svcTypePanel = new JPanel();
svcTypePanel.setLayout(new BoxLayout(svcTypePanel, BoxLayout.Y_AXIS));
ServiceTypePanel typePanel = new ServiceTypePanel();