Namespaces
Variants
Actions

How to display Ticker in Java ME

Jump to: navigation, search
Article Metadata

Article
Created: wang_shui (29 Mar 2007)
Last edited: hamishwillee (12 Jan 2012)

Here is the code to display a ticker in a form in Java ME.

Ticker tick = new Ticker("This is a ticker");
Form form = new Form("Form");
form.setTicker(tick);

A Ticker is a piece of text that runs continuously across the display

This page was last modified on 12 January 2012, at 07:06.
139 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved