Stable and Powerful Packages


  • Windowed GUIs
    • Full set of standard window-based GUI classes
    • Extremely easy to build GUI clients

  • Images and Audio
    • Support for creating Image objects from .gif , .jpg etc.
    • Includes interfaces to support image processing "filters"
    • Applets can also play audio files

  • Networking
    • Library supports retrieving files, images, etc. via URL
    • Full support system for stream sockets, providing access to Internet-based services
    • Internet-wise Virtual Machine can dynamically load classes over the network


Detailed Description:

"The second class library deals with images and image processing and allows us to create images that come from GIF and JPEG files. This class library also allows us to filter or manipulate images, such as cropping and red-green-blue (color) mapping. Finally, this class library allows us to work with audio files: playing them, looping them, and stopping them."