/[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.31 by benja, Thu Mar 13 16:42:27 2003 UTC revision 1.32 by humppake, Thu Mar 13 16:50:50 2003 UTC
# Line 281  public class Loom { Line 281  public class Loom {
281                      int dir = spec.dir;                      int dir = spec.dir;
282    
283                      if(node instanceof Resource) {                      if(node instanceof Resource) {
284                          OvalBgVob bg = new OvalBgVob();                          OvalBgVob bg = new OvalBgVob(new Color(102, 255, 102), false);
285                          if(spec.equals(cursor.getRotationNodespec(dir))) // if selected                          if(spec.equals(cursor.getRotationNodespec(dir))) // if selected
286                              bg.addColor(colors.getCursorColor());                              bg.addColor(colors.getCursorColor());
287                          sc.map.put(bg, into);                          sc.map.put(bg, into);
288                      } else {                      } else {
289                          RectBgVob bg = new RectBgVob();                          RectBgVob bg = new RectBgVob(new Color(255, 204, 51), false);
290                          if(spec.equals(cursor.getRotationNodespec(dir))) // if selected                          if(spec.equals(cursor.getRotationNodespec(dir))) // if selected
291                              bg.addColor(colors.getCursorColor());                              bg.addColor(colors.getCursorColor());
292                          sc.map.put(bg, into);                          sc.map.put(bg, into);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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