Back to Examples of Using the JDK 1.1 AWT
Unicode Example
Displays Unicode character ranges.
Source code is in
SymbolTest.java.
You can run this program
either as an applet or as an application.
To run it as an application,
execute the SymbolTest
class
in a 1.1-compatible Java runtime system.
For example:
% java SymbolTest
The program will run as an applet only
in a 1.1-compatible browser or viewer.
Here's the applet:
Back to Examples of Using the JDK 1.1 AWT