... he just says that he is running in the background. I guess I'm not initializing it correctly.
, , , , , , , , , Display.setCurrent. .
, MIDlet, , startApp setCurrent, :
public void startApp() {
Display.getDisplay(this).setCurrent(
new CalendarCanvas(this));
}
, CalendarCanvas , :
- CalendarCanvas.java: CalendarWidget ...