home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / tree / PathPlaceHolder.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  494 b   |  12 lines

  1. package com.sun.java.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.