[Edenlib-announce] EdenLib 1.1 Released
Brought to you by:
aeden
From: Anthony E. <me...@an...> - 2002-05-31 18:29:06
|
Version 1.1 of the EdenLib Java library is now available at http://edenlib.sf.net EdenLib is a collection of Java libraries which I use throughout my open source projects. This collection contains code which I have found useful time and time again and which I believe may be useful to other developers as well. Changes in this release: Added MutableConfiguration.addElement(Configuration child) method for combining configurations. Added MutableConfiguration.clearChildren() method. Fixed NPE bug in JTextAreaWriter. Fixed character casting bug in JTextAreaWriter. Improved null argument handling in MethodUtilities. Moved LookAndFeelListCellRenderer to its own class file. Added ResourceMonitor interface. AbstractResourceLoader now maintains a list of ResourceMonitors and provides a method for starting and stopping all ResourceMonitors. Added cache package which includes a standard cache interface and a simple in-memory cache implementation. Please send questions, comments, or suggestions to me...@an... Sincerely, Anthony Eden |