example
Class About

java.lang.Object
  extended by example.About

public class About
extends java.lang.Object

Typical about box with a string and an image. In this case the Sun copyright and logo.


Method Summary
static void showAbout(javax.microedition.lcdui.Display display)
          Put up the About box and when the user click ok return to the previous screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showAbout

public static void showAbout(javax.microedition.lcdui.Display display)
Put up the About box and when the user click ok return to the previous screen.

Parameters:
display - The Display to return to when the about screen is dismissed.