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

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

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

revision 1.11 by tuukkah, Thu Feb 27 12:48:44 2003 UTC revision 1.12 by tuukkah, Thu Feb 27 16:32:31 2003 UTC
# Line 67  public class Loom { Line 67  public class Loom {
67              System.exit(1);              System.exit(1);
68          }          }
69    
70            new Loom(file, wheel);
71        }
72    
73        public Loom(String file, boolean wheel) throws RDFException, IOException {
74    
75          final Model model = load(file);          final Model model = load(file);
76          final Statement stmt = model.listStatements().next();          final Statement stmt = model.listStatements().next();
77          final GraphicsAPI api = GraphicsAPI.getInstance();          final GraphicsAPI api = GraphicsAPI.getInstance();

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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