home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
FSN30
/
NOF30.EXE
/
t2.z
/
DebugUtil.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-03-09
|
386 b
|
8 lines
public class DebugUtil {
static DMessageBox mBox = new DMessageBox();
public static void trace(String var0) {
mBox.Trace(var0);
}
}