statusBar.add(memoryStatusBar, JideBoxLayout.FLEXIBLE);
// 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(""));