7374757677787980
/** * Makes the code viewer visible */ private void showCodeViewer() { this.codeViewer = new CodeViewer(this); this.mainFrame.setCodeEditor(codeViewer); }