As you saw in the previous lesson,
the 1.1 release of the JDK has several new features
to help you write global programs. That is,
programs that tailor themselves to the user's customs
and language. The applet running below, called AroundTheWorld
,
uses these new features of the JDK to display information
about various places in the world in a way that is
appropriate for users in that area.
Note: The internationalization features
documented in this lesson were added to the JDK for its 1.1
release. Thus the AroundTheWorld
applet will work only
in browsers or viewers that support JDK 1.1.
If your browser does not support JDK 1.1 applets,
you can use the appletviewer
program that
ships with JDK 1.1 to run the program. Or you can run
it as a stand-alone program using the 1.1 java
interpreter.