January 2002
Intermediate to advanced
264 pages
8h 3m
English
javax.microedition.lcdui.Ticker
This class implements a tickertape, which is a piece of text that runs continuously across the display. The direction and speed of scrolling are determined by the implementation.
public classTicker{ // public constructors publicTicker(String str); // public instance methods public StringgetString( ); public voidsetString(String str); }
Read now
Unlock full access