home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 144
/
DPCS0200.iso
/
Internet
/
Supanet
/
system
/
swing.jar
/
javax
/
swing
/
tree
/
PathPlaceHolder.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-11-05
|
420 b
|
12 lines
package javax.swing.tree;
class PathPlaceHolder {
protected boolean isNew;
protected TreePath path;
PathPlaceHolder(TreePath var1, boolean var2) {
this.path = var1;
this.isNew = var2;
}
}