| Class | Description |
|---|---|
| IconResource |
This is a subclass of ImageIcon which loads the image from the classpath by calling
ClassLoader.getResource(). |
| WidgetDecoder |
This class is used for reconstructing user interfaces that were serialized as XML by WidgetDecoder.
|
| WidgetEncoder |
This class is used for serializing Widgets as XML.
|
| WidgetLocalization |
This class cooperates with
WidgetEncoder and WidgetDecoder to localized the
text stored in XML files. |
Written by Peter Eastman.