Startup
CODE:
Function: Starts the application and gets the display.
- protected void startApp() throws MIDletStateChangeException {
- // get the display
- if (display == null) {
- display = Display.getDisplay(this);
- }
Technically, this code is boilerplate, since all MIDlets are required to have a method for starting the application.
Previous page on path | position, page 2 of 7 | Next page on path |
Discussion of "Startup"
Add your voice to this discussion.
Checking your signed in status ...