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:
Java Class File  |  2001-10-19  |  453 b   |  14 lines

  1. import java.awt.Color;
  2. import java.awt.SystemColor;
  3.  
  4. class ACutilb {
  5.    public static int dsgh = 114;
  6.    public static int dsgw = 250;
  7.    public static boolean hArranged = false;
  8.    public static Color windowColor;
  9.  
  10.    static {
  11.       windowColor = SystemColor.menu;
  12.    }
  13. }
  14.