/[fenfire]/fenfire/org/fenfire/view/DefaultNodeView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/DefaultNodeView.java

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

revision 1.3 by mudyc, Wed Apr 16 06:59:40 2003 UTC revision 1.4 by mudyc, Wed Apr 16 07:51:05 2003 UTC
# Line 16  private static final String rcsid = "$Id Line 16  private static final String rcsid = "$Id
16      private static void pa(String s) { System.out.println("DefaultNodeView::"+s); }      private static void pa(String s) { System.out.println("DefaultNodeView::"+s); }
17            
18      public DefaultNodeView(Fen f) {      public DefaultNodeView(Fen f) {
         text = new SimpleText();  
19          fen = f;          fen = f;
20            text = new SimpleText();
21            page = new PageHandler() {   };
22      }      }
23    
24      public void place(Object node, VobScene vs, int box) {      public void place(Object node, VobScene vs, int box) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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