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