C:ICU4J .lang Package Overview
Provides EditDemo, a simple, multiple-document styled text editor, built with the richtext classes in the textpanel and textframe packages.
To run the demo, type:
java -classpath classes com.ibm.richtext.demo.EditDemo [-swing] [file]*
It will use a Swing GUI if -swing is present, otherwise it will use an AWT GUI. One or more file arguments can be present, these must be files that have been created with the EditDemo. A separate window will be opened for each file.
Other classes in this package are supporting classes for the EditDemo.
|