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.0.2.
The application uses TestDictionary that translates 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. |