package bluej.pkgmgr.actions; import bluej.pkgmgr.PkgMgrFrame;super(pmf, "menu.edit.newCSS"); } public void actionPerformed(PkgMgrFrame pmf) { pmf.menuCall(); pmf.doCreateNewCSS(-1, -1); } }
| "New CSS File" command. Allows the user to create a new CSS File with a | * specified name. * * @author Davin McCall */ final public class NewCSSAction extends PkgMgrAction{ public NewCSSAction(PkgMgrFrame pmf) | | { | |