136137138139140141142143
/** * Enters the deployment user interface. When this method returns, the * user has finished their deployment activities. */ public void run() { new TopLevel(context).execute(); context.deployer.release(); }
109110111112113114115116