example.mia.demo |
|
Java Source File Name | Type | Comment |
FormatterDemo.java | Class | 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. |
MicroLexicon.java | Class | MicroLexicon midlet is an example for JSR238 (Mobile Internationalization API)
See Also: http://www.jcp.org/en/jsr/detail?id=238 See Also: Example uses device resources of the emulator as well as application See Also: resources bundled with the application.
See Also: To see content of device resource files use manager See Also: WTK_HOME/bin/i18ntool.. |
StrComparatorDemo.java | Class | StrComparatorDemo MIDlet demonstrates locale dependent
sorting of strings. |