我的问题是扩展这么大的树需要60秒或更长时间,这不是很方便.有没有人有任何建议我如何加快扩张?
JTree jTree; for (int i = 0; i < jTree.getRowCount(); i++) { jTree.expandRow(i); }