Name

javax.microedition.lcdui.Screen

Synopsis

This abstract class is the common superclass of all high-level user interface classes. It provides methods to add an optional title and a tickertape to the Displayable class.

public abstract classScreen extends Displayable {
   // public instance methods
   public Ticker getTicker(  );
   public String getTitle(  );
   public void setTicker(Ticker ticker);
   public setTitle(String s);
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.