294295296297298299300301302303304305306
} catch (MalformedURLException e2) { // TODO Auto-generated catch block e2.printStackTrace(); } TreeDrawSphere tds; try { tds = new TreeDrawSphere(mtt, htree, "sphere"); return tds; } catch (IOException e1) { e1.printStackTrace(); }