home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2002 June
/
INTERNET92.ISO
/
pc
/
software
/
windows
/
building
/
visual_dhtml
/
visualdhtmlwin2000.exe
/
ACutilb.___
(
.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
|
2001-10-19
|
453 b
|
14 lines
import java.awt.Color;
import java.awt.SystemColor;
class ACutilb {
public static int dsgh = 114;
public static int dsgw = 250;
public static boolean hArranged = false;
public static Color windowColor;
static {
windowColor = SystemColor.menu;
}
}