pathsScrollPane = new JScrollPane(explorerLabelPanel);
GlobalValues.jfExplorerFrame.add(pathsScrollPane);
scalalabConsole cons = new scalalabConsole();
GlobalValues.scalalabMainFrame.scalalabConsole = cons;
cons.displayPrompt();
JPanel auxiliaryPanel = new JPanel();
auxiliaryPanel.setLayout(new GridLayout(1,2));
auxiliaryPanel.add(new JScrollPane(cons));
constructPathPresentationPanel();