edu.pdx.cs399J.examples
Class AroundTheWorld

java.lang.Object
  extended by 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.


Constructor Summary
AroundTheWorld()
           
 
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
 

Constructor Detail

AroundTheWorld

public AroundTheWorld()
Method Detail

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.