Multiple Sample Application

This sample application demonstrated the usage of multipe frames. The main frame contains a shared dictionary that every other frames use. The application requires Swing 1.1. The application uses TestDictionary that is set to translate the native string to upper cased string.

The Multiple application contains the following files:

File Description
Multiple.java The application class.
MainFrame.java The frame class.
AboutBox.java The about box dialog class.