actionsPane = new ActionsPanel();
toolsPane = new DockableToolPanel();
toolsPane.addToolPanel("Tasks", new JideScrollPane(actionsPane));
toolsPane.addToolPanel("Log", new Log4JOutputViewer(""));
browserTreePane = new BrowserTreeDockableFrame();
browserTreePane.setLoader(loader);
// Get the menu bar initialised...