January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.lcdui.Screen
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 classScreenextends Displayable { // public instance methods public TickergetTicker( ); public StringgetTitle( ); public voidsetTicker(Ticker ticker); publicsetTitle(String s); }
Read now
Unlock full access