home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Destruction
/
Total_Destruction.iso
/
util
/
Quake2Tool.exe
/
Quake2Tool.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-01-14
|
690 b
|
10 lines
public class Quake2Tool {
static boolean finished = true;
public static void main(String[] argv) {
ParentFrame parent = new ParentFrame("Quake 2 Tool");
parent.Begin();
System.exit(0);
}
}