[Jsmooth-cvs] jsmooth/src/net/charabia/jsmoothgen/skeleton SkeletonProperty.java, 1.5, 1.6
Status: Beta
Brought to you by:
reyes
From: Rodrigo R. <re...@us...> - 2007-05-27 09:15:53
|
Update of /cvsroot/jsmooth/jsmooth/src/net/charabia/jsmoothgen/skeleton In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14961/src/net/charabia/jsmoothgen/skeleton Modified Files: SkeletonProperty.java Log Message: adds support for the splash screen in the jsmooth application Index: SkeletonProperty.java =================================================================== RCS file: /cvsroot/jsmooth/jsmooth/src/net/charabia/jsmoothgen/skeleton/SkeletonProperty.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SkeletonProperty.java 7 Apr 2007 10:09:27 -0000 1.5 --- SkeletonProperty.java 27 May 2007 09:15:48 -0000 1.6 *************** *** 17,20 **** --- 17,21 ---- static public String TYPE_BOOLEAN = "boolean"; static public String TYPE_AUTODOWNLOADURL = "autodownloadurl"; + static public String TYPE_IMAGESELECTOR = "imgselector"; private String m_idName = ""; |