506507508509510511512513514
objSet.add(obj); showNodesObjectInfo(objSet); } private void showNodesObjectInfo(Set<Object> objSet) { NamedSBaseInfoThread thread = new NamedSBaseInfoThread(objSet, this); lastInformationThreadId = thread.getId(); thread.start(); }