4546474849505152535455
/** * Makes the tool visible. */ public void showUI() { this.mainFrame = new MainFrame(this); this.menuBar = new MenuBar(this, controller); this.mainFrame.setMenuBar(menuBar); showCodeViewer(); showPathEditor(); this.mainFrame.showUI();