/[fenfire]/fenfire/org/fenfire/modules/pp/Pp.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/Pp.java

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

revision 1.17 by mudyc, Wed Apr 16 05:36:12 2003 UTC revision 1.18 by mudyc, Wed Apr 16 05:45:53 2003 UTC
# Line 69  public static final String rcsid = "$Id$ Line 69  public static final String rcsid = "$Id$
69          String n2 = ppAct.newNote(paper, 20,-100, "Foobar");          String n2 = ppAct.newNote(paper, 20,-100, "Foobar");
70          String n3 = ppAct.newNote(paper, -30,60, "BarFooo  ugh");          String n3 = ppAct.newNote(paper, -30,60, "BarFooo  ugh");
71          String n4 = ppAct.newNote(paper, 40,80, "**SIGH**");          String n4 = ppAct.newNote(paper, 40,80, "**SIGH**");
72            Object acc = n1;
73    
74          paper = ppAct.newPaper();          paper = ppAct.newPaper();
75          String note = ppAct.newNote(paper, -50,0, "A test note");          String note = ppAct.newNote(paper, -50,0, "A test note");
# Line 84  public static final String rcsid = "$Id$ Line 85  public static final String rcsid = "$Id$
85          ppAct.assocNotes(n4, -1, note);          ppAct.assocNotes(n4, -1, note);
86    
87    
88          accursed = Nodes.get(paper);          accursed = Nodes.get(Nodes.toString(acc));
89    
90    
91          Screen scr = new Screen(api.createWindow(), binder, shower);          Screen scr = new Screen(api.createWindow(), binder, shower);

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

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