// The tools panel includes the running tasks, Jython console and log
// console.
actionsPane = new ActionsPanel();
toolsPane = new DockableToolPanel();
toolsPane.addToolPanel("Tasks", new JideScrollPane(actionsPane));
toolsPane.addToolPanel("Log", new Log4JOutputViewer(""));
browserTreePane = new BrowserTreeDockableFrame();
browserTreePane.setLoader(loader);