| example.mia.demo.FormatterDemo
FormatterDemo | public class FormatterDemo extends MIDlet implements CommandListener(Code) | | FormatterDemo MIDlet shows usage of formatting in JSR238
See Also: http://www.jcp.org/en/jsr/detail?id=238 See Also: MIDlet uses device resources to load number and date/time See Also: formatting rules and symbols. Date/time and numbers are formatted according See Also: locale used by Formatter. version: 1.3 |
exitCommand | Command exitCommand(Code) | | |
nextCommand | Command nextCommand(Code) | | |
FormatterDemo | public FormatterDemo()(Code) | | |
commandAction | public void commandAction(Command c, Displayable d)(Code) | | |
destroyApp | public void destroyApp(boolean unconditional)(Code) | | |
pauseApp | public void pauseApp()(Code) | | |
startApp | public void startApp()(Code) | | |
|
|