[Japi-cvs] SF.net SVN: japi:[1282] libs/swing-action/trunk/src/prj/net/sf/japi/swing/ action/Compo
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-05-09 22:16:08
|
Revision: 1282 http://japi.svn.sourceforge.net/japi/?rev=1282&view=rev Author: christianhujer Date: 2009-05-09 22:16:07 +0000 (Sat, 09 May 2009) Log Message: ----------- Deprecate ComponentFactory until it's mature. Modified Paths: -------------- libs/swing-action/trunk/src/prj/net/sf/japi/swing/action/ComponentFactory.java Modified: libs/swing-action/trunk/src/prj/net/sf/japi/swing/action/ComponentFactory.java =================================================================== --- libs/swing-action/trunk/src/prj/net/sf/japi/swing/action/ComponentFactory.java 2009-05-09 22:14:56 UTC (rev 1281) +++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/action/ComponentFactory.java 2009-05-09 22:16:07 UTC (rev 1282) @@ -26,6 +26,8 @@ /** The ComponentFactory provides some convenience methods for creating Swing Components. * @author <a href="mailto:ch...@ri...">Christian Hujer</a> * @since 0.1 + * @deprecated This class is experimental. + * If you use it, you MUST be aware of the fact that its interface and its package are subject of change. * @todo Since this doesn't require an ActionBuilder, this should be in a different library / package. */ public final class ComponentFactory { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |