edenlib-announce Mailing List for EdenLib
Brought to you by:
aeden
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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 |
From: Anthony E. <me...@an...> - 2002-05-14 01:56:40
|
Version 1.0 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: Changed monitor threads to daemon threads. Fixed bug in XTreeMap. Finished adding JavaDoc comments. Added stack trace to ThrowableDialog if writing the throwable's stack trace to the text area fails. Added Stopwatch class. Added Configurable interface. Added StatusListener and StatusEvent. StatusPanel now implements StatusListener. Added readData() and writeData() methods to IOUtilities. Added CustomClassLoader. Thanks to the EdenLib users and contributors for their suggestions and support. Please send questions, comments, or suggestions to me...@an... Sincerely, Anthony Eden |
From: Anthony E. <me...@an...> - 2002-02-27 21:39:08
|
Version 1.0b4 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. Added DOMConfiguration implementation. XMLConfiguration now uses DOMConfiguration. XArrayList can now listen for PropertyChangeEvents on objects which have an addPropertyChangeListener() method. When these events occur XArrayList will fire a ListDataEvent to all ListDataListeners contentsChanged() methods. Fixed NPE in MethodUtilities when using null args. Added more methods to SQLUtilities (courtesy of Kalman). Changed copyright date to 2000-2002. This is a beta release. The APIs should be fairly stable now, but I may still add methods as necessary. Please send questions, comments, or suggestions to me...@an... |
From: Anthony E. <ae...@si...> - 2001-11-02 06:50:51
|
Version 0.8 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. Added NULL_WRITER constant to NullWriter class which is a shared NullWriter. Added ErrorEvent.getError() and deprecated ErrorEvent.getThrowable(). Fixed NPE in Wizard when a Wizard contains no WizardPanel objects. Added VelocityTool.parseInputStream() methods which pass the InputStream data to Velocity and then return a String. Please send questions, comments, or suggestions to me...@an.... |
From: Anthony E. <me...@an...> - 2001-10-17 03:32:34
|
Version 0.5.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. Added reloadInsert and reloadChanged methods to FSTreeModel. These methods allow only particular child nodes in a parent node to be updated. This is useful because open nodes not affected will remain open. Please send questions, comments, or suggestions to me...@an... |