/[fenfire]/fenfire/org/fenfire/loom/Loom.java
ViewVC logotype

Diff of /fenfire/org/fenfire/loom/Loom.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by benja, Wed Mar 5 16:41:52 2003 UTC revision 1.11 by benja, Wed Mar 5 17:12:40 2003 UTC
# Line 118  public class Loom { Line 118  public class Loom {
118                      int dir = spec.dir;                      int dir = spec.dir;
119    
120                      RectBgVob bg = new RectBgVob();                      RectBgVob bg = new RectBgVob();
121                      if(node.equals(cursor.getRotationNode(dir))) // if selected                      if(spec.equals(cursor.getRotationNodespec(dir))) // if selected
122                          bg.addColor(Color.red);                          bg.addColor(Color.red);
123                      if(!(node instanceof Resource)) // if literal                      if(!(node instanceof Resource)) // if literal
124                          bg.addColor(Color.yellow);                          bg.addColor(Color.yellow);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26