Switch to side-by-side view
--- a/tool/run/plugins/spdx/create.java +++ b/tool/run/plugins/spdx/create.java @@ -477,9 +477,9 @@ * updating the tree view */ private void concludeCreation(DocumentCreate newSPDX){ -// String UID = newSPDX.UID; -// // refresh the tree -// swingUtils.refreshAll(core.studio.getTree(), UID); + String UID = newSPDX.UID; + // refresh the tree + swingUtils.refreshAll(core.studio.getTree(), UID); } }