/[gzz]/gzz/lava/gzz/loom/SimpleView.java
ViewVC logotype

Diff of /gzz/lava/gzz/loom/SimpleView.java

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

revision 1.18 by benja, Sun Feb 23 15:56:03 2003 UTC revision 1.19 by benja, Sun Feb 23 16:50:27 2003 UTC
# Line 60  public class SimpleView implements View Line 60  public class SimpleView implements View
60          nodeView.render(sc, cs, c.focus);          nodeView.render(sc, cs, c.focus);
61                    
62          SortedSet nodes = c.getPoswardConnections();          SortedSet nodes = c.getPoswardConnections();
63          int before = nodes.headSet(c.rotation).size();          int before;
64    
65            if(c.rotation != null)
66                before = nodes.headSet(c.rotation).size();
67            else
68                before = 0;
69                    
70          int x = midx + 75, y = midy-10-before*50;          int x = midx + 75, y = midy-10-before*50;
71                    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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