OUTPUT

public boolean handleEvent(event e)

{

if((%s.id==Event.KEY_PRESS)&&(%s.key==Event.F1))

{

ControlPanel controlPanelFrame = new ControlPanel();

controlPanelFrameshow();

}

/ * This should insert the ControlPanel just above this comment. */

if(e.id == Event.ACTION_EVENT)

{

/* Do Stuff */

}

}


Page 18

Home

Document Index