Switch to side-by-side view

--- a/tool/src/GUI/StudioUI4.java
+++ b/tool/src/GUI/StudioUI4.java
@@ -336,15 +336,11 @@
     // End of variables declaration//GEN-END:variables
 
     public void doSettings() {
-        //swingUtils.populateTree(tree);
-        
         // the basic root node that is always needed
         swingUtils.nodeAddRoot(tree);
-         
-        // now add all products that we can find
+       // now add all products that we can find
         actions.addTreeSPDX(tree);
-        
-        
+    
         // get the list of RunPlugins going
         RunPlugins.listPlugins();
         log.write(is.INFO, Messages.ReadyToUse);