home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / AFC / FxTextures / Src / SDKConsts.java < prev    next >
Encoding:
Java Source  |  1998-03-05  |  447 b   |  17 lines

  1. //
  2. // (c) 1998 Microsoft Corporation.  All rights reserved.
  3. //
  4. public interface SDKConsts
  5. {
  6.     public static final String IMG_NAMES[] = { "cross.gif" };
  7.  
  8.     public static final int CROSS = 0;
  9.     public static final int NUM_IMAGES = 1;
  10.     public static final int NUM_IMAGES_HOT = 0;
  11.     public static final int L_LEFT = 22;
  12.     public static final int L_TOP = 31;
  13.     public static final int L_RIGHT = 57;
  14.     public static final int L_BOTTOM = 66;
  15. }
  16.  
  17.