AJT 1.11 released

AJT is a utilities library for Java. Release 1.11 is available for download.

This release features several new utilities including:
(1) ExtensionManager, a utility to make sure a file has the desired
extension or one that is commonly used for that file type.
(2) DirectoryFilter, a file filter that only returns directories.
(3) A Wrapper for JFreeChart to implement be.abeel.Drawable
(4) New image encoders for BMP and ICO
(5) A two dimensional HashMap

And we have improved the implementation of several existing utils. The ExtensionFileFilter can now filter for multiple extensions at once. The output of jpeg and gif files does not longer look strange in GraphicsFileExport.