return;
}
// Register the MediaActionHandler and MediaKeyListener
app.addMediaActionHandler(this);
app.addKeyListener(new MyMediaKeyListener());
// Push the main screen onto the display stack
final MediaPlayerDemoScreen screen = _screen;
if (screen != null) {
app.invokeLater(new Runnable() {