/[fenfire]/fenfire/org/fenfire/view/lava/FenPDFContext.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/lava/FenPDFContext.java

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

revision 1.17 by mudyc, Wed May 21 18:07:58 2003 UTC revision 1.18 by mudyc, Wed May 21 18:16:13 2003 UTC
# Line 174  public class FenPDFContext implements Line 174  public class FenPDFContext implements
174          Button b = new Button(vs, 0, 30, 0, 50);          Button b = new Button(vs, 0, 30, 0, 50);
175          b.add("[Import PS/PDF]", "IMPORT");          b.add("[Import PS/PDF]", "IMPORT");
176          b.add("[New paper]",     "NEW_PAPER");          b.add("[New paper]",     "NEW_PAPER");
   
177          if (link) b.add("[Link!]", "LINK");          if (link) b.add("[Link!]", "LINK");
178            b.add("[Save]", "SAVE");
179            b.add("[Load]", "LOAD");
180      }      }
181    
182    
# Line 219  public class FenPDFContext implements Line 220  public class FenPDFContext implements
220                  String paper = ppAct.newPaper();                  String paper = ppAct.newPaper();
221                  return new MainNode2D(Nodes.get(paper), ppView, 0,0,1);                  return new MainNode2D(Nodes.get(paper), ppView, 0,0,1);
222              }              }
223                else if (key.equals("SAVE")) {
224                    p("Not implemented");
225                    return null;
226                }
227                else if (key.equals("LOAD")) {
228                    p("Not implemented");
229                    return null;
230                }
231              else return null;              else return null;
232    
233              AbstractUpdateManager.chg();              AbstractUpdateManager.chg();

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