home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / tree / PathPlaceHolder.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  276 b   |  12 lines

  1. package javax.swing.tree;
  2.  
  3. class PathPlaceHolder {
  4.    protected boolean isNew;
  5.    protected TreePath path;
  6.  
  7.    PathPlaceHolder(TreePath var1, boolean var2) {
  8.       this.path = var1;
  9.       this.isNew = var2;
  10.    }
  11. }
  12.