Name

javax.microedition.lcdui.Ticker

Synopsis

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
   public Ticker(String str);
   // public instance methods
   public String getString(  );
   public void setString(String str);
}

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.