The call to hideNotify() in Display.clean() should be sent to the Event Dispatcher rather than called directly, in order to satisfy the serial event delivery requirement in the MIDP spec. Otherwise hideNotify() may be called before previous application events placed in the queue are completed.
hideNotify patch
Issue item has been moved to http://code.google.com/p/microemu/issues/detail?id=18