302303304305306307308309310311312
getContentPanel().resumeBuildOnProjects(); } public void launchAbout() { PropertiesPanel theAboutPanel = new AboutPanel(); theAboutPanel.showDialog( this, "About" ); } /** * */