Update of /cvsroot/magicmap/magicmapclient/src/edu/uci/ics/jung/visualization/graphdraw
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12081/src/edu/uci/ics/jung/visualization/graphdraw
Modified Files:
SettableRenderer.java
Log Message:
+ Client is usable without server
Index: SettableRenderer.java
===================================================================
RCS file: /cvsroot/magicmap/magicmapclient/src/edu/uci/ics/jung/visualization/graphdraw/SettableRenderer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SettableRenderer.java 13 Feb 2005 21:36:38 -0000 1.2
--- SettableRenderer.java 11 May 2005 10:51:31 -0000 1.3
***************
*** 472,476 ****
Color fg = (vertexColorFunction == null) ? vertexFGColor : vertexColorFunction.getForeColor(v);
-
if (icon == null){
if (bg == null && fg == null){
--- 472,475 ----
|