public void windowClosing(WindowEvent e) {
AopHelperMediator.instance().quit();
}
});
compilerPane = new CompilerPane();
runPane = new RunPane();
// setContentPane(compilerPane);
AopHelperMediator.instance().setMenuBar(new AopHelperMenuBar());
setJMenuBar(AopHelperMediator.instance().getMenuBar());