For the case of adding the import statements to
the file.
INPUT OUTPUT
An Input File Input File with the import statements
import Motorola.ControlPanel.*;
import Motorola.M_Classes.*;
For the case of adding an event handler to the code.
INPUT
public boolean handleEvent(Event e)
{
/* This should insert the ControlPanel just above this comment. */
if(e.id==Event.ACTION_EVENT)
{
/* Do Stuff */
}
}
Page 17 |
Document Index |
Page 19 |