This class represents a tool bar factory which builds tool bars from the content of a resource file. The resource entries format is (for a tool bar named 'ToolBar'):
ToolBar = Item1 Item2 - Item3 ... See ButtonFactory.java for details about the items ... '-' represents a separator
All entries are optional.
@author Stephane Hillion
@version $Id: ToolBarFactory.java,v 1.2 2007/09/19 03:17:43 nekosej Exp $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.