/* */
/* 540 */ JScrollPane categoryExplorerTreeScrollPane = new JScrollPane(this._categoryExplorerTree);
/* */
/* 542 */ categoryExplorerTreeScrollPane.setPreferredSize(new Dimension(130, 400));
/* */
/* 545 */ this._mruFileManager = new MRUFileManager();
/* */
/* 551 */ JSplitPane splitPane = new JSplitPane();
/* 552 */ splitPane.setOneTouchExpandable(true);
/* 553 */ splitPane.setRightComponent(tableViewerSplitPane);
/* 554 */ splitPane.setLeftComponent(categoryExplorerTreeScrollPane);