edu.pdx.cs399J.examples
Class AroundTheWorld
java.lang.Object
edu.pdx.cs399J.examples.AroundTheWorld
public class AroundTheWorld
- extends Object
This class shows off some of Java's internationalization (i18n)
capabilities using the Locale class.
|
Method Summary |
static void |
main(String[] args)
Parses the command line to determine which locale to display
information in. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AroundTheWorld
public AroundTheWorld()
main
public static void main(String[] args)
- Parses the command line to determine which locale to display
information in. Prints out dates, times, and currencies using
various locales.
Copyright © 2000-2009 Portland State University. All Rights Reserved.