/[fenfire]/fenfire/org/fenfire/view/buoy/AbstractMainNode2D.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/AbstractMainNode2D.java

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

revision 1.43 by tjl, Thu Aug 14 07:45:39 2003 UTC revision 1.44 by tjl, Fri Aug 15 05:13:51 2003 UTC
# Line 296  public abstract class AbstractMainNode2D Line 296  public abstract class AbstractMainNode2D
296                  .getNode(oldVobScene, (int)x, (int)y,                  .getNode(oldVobScene, (int)x, (int)y,
297                           plane, box2screen, box2screen,                           plane, box2screen, box2screen,
298                           box2paper, null);                           box2paper, null);
299              if (obj != null) if (dbg) p("Object is: "+ obj.toString());              if (dbg) p("Object is: "+ (obj != null ? obj.toString() : obj));
300              return obj;              return obj;
301          } else p("not a canvas view?");          } else {
302                p("not a canvas view?");
303                new Throwable().printStackTrace();
304            }
305          return null;          return null;
306      }      }
307  }  }

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

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