Update of /cvsroot/magicmap/magicmapclient/src/net/sf/magicmap/client/gui/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23808/src/net/sf/magicmap/client/gui/utils
Modified Files:
GUIConstants.java
Log Message:
added support for info objects and rfid antennas and tags
Index: GUIConstants.java
===================================================================
RCS file: /cvsroot/magicmap/magicmapclient/src/net/sf/magicmap/client/gui/utils/GUIConstants.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** GUIConstants.java 23 Feb 2006 18:34:39 -0000 1.4
--- GUIConstants.java 28 Feb 2006 11:23:16 -0000 1.5
***************
*** 48,51 ****
--- 48,54 ----
public static final String ICON_GEOPOS = "custom/geopos.png";
public static final String ICON_GEOPOS_BIG = "custom/geopos_big.png";
+ public static final String ICON_INFO = "custom/info.png";
+ public static final String ICON_RFID_ANTENNA = "custom/rfid_antenna.png";
+ public static final String ICON_RFID_TAG = "custom/rfid_tag.png";
public static final String ICON_LOCATION = "custom/location.png";
public static final String ICON_CLIENT_ANCHOR = "custom/client_anchor.png";
|