/[loom]/loom/org/fenfire/loom/Loom.java
ViewVC logotype

Diff of /loom/org/fenfire/loom/Loom.java

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

revision 1.1 by benja, Mon Mar 31 22:41:23 2003 UTC revision 1.2 by benja, Sat Apr 5 21:09:51 2003 UTC
# Line 54  public class Loom { Line 54  public class Loom {
54      protected Cursor cursor;      protected Cursor cursor;
55      protected RDFVocab rdf;      protected RDFVocab rdf;
56    
57        protected Set markedNodes;
58    
59      protected PropertiesBox propertiesBox = new PropertiesBox();      protected PropertiesBox propertiesBox = new PropertiesBox();
60    
61      public void load(File file) throws RDFException, IOException,      public void load(File file) throws RDFException, IOException,
# Line 90  public class Loom { Line 92  public class Loom {
92                         stmt.getSubject(), 1, stmt.getObject());                         stmt.getSubject(), 1, stmt.getObject());
93    
94          menuBar.setModel(model, names);          menuBar.setModel(model, names);
95    
96            markedNodes = new HashSet();
97      }      }
98    
99      protected Frame propFrame;      protected Frame propFrame;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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