[kepler-dev] File missing?
Faraaz Sareshwala
fsaresh at ucdavis.edu
Fri Oct 3 10:47:29 PDT 2008
Hello everyone,
I noticed that at org.kepler.gui.AnnotatedPTree at line 79 makes a call:
public class AnnotatedPTree extends PTree {
private Vector listeners;
Component parent;
Configuration config = null;
/**
* Constructor
* @param model the model to build the tree out of
*/
public AnnotatedPTree(TreeModel model, Component parent) {
super(model);
MouseListener popupListener = new PopupListener();
this.addMouseListener(popupListener);
listeners = new Vector();
this.setShowsRootHandles(true);
this.setCellRenderer(new OntologyTreeCellRenderer());
this.parent = parent;
}
However, this class doesn't exist within the same folder. I'm having a build
problem because of this. What can I do to get this working?
Faraaz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20081003/43390db3/attachment-0001.html>
More information about the Kepler-dev
mailing list