public StubDisplay()Creates a stub display, in the foreground, with a stubbed out midlet
controller event producer. This is sometimes necessary to prevent
certain display actions (such as setCurrent) from flooding the AMS
event queue with foreground-change requests.
this("StubDisplay");
|