package bluej.pkgmgr.actions;

import bluej.pkgmgr.PkgMgrFrame;


| Restart VM. Restarts the VM in which objects on the object bench live | (and in which programs running under BlueJ execute). This also removes | objects from the bench. | | @author Davin McCall | @version $Id: RestartVMAction.java 16081 2016-06-25 09:42:13Z nccb $ | final public class RestartVMAction extends PkgMgrAction{ public RestartVMAction(PkgMgrFrame pmf) { super(pmf, "workIndicator.resetMachine"); } public void actionPerformed(PkgMgrFrame pmf) { pmf.restartDebugger(); } }
top, use, map, class RestartVMAction

.   RestartVMAction
.   actionPerformed




17 neLoCode + 5 LoComm