home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-05 | 447 b | 17 lines |
- //
- // (c) 1998 Microsoft Corporation. All rights reserved.
- //
- public interface SDKConsts
- {
- public static final String IMG_NAMES[] = { "cross.gif" };
-
- public static final int CROSS = 0;
- public static final int NUM_IMAGES = 1;
- public static final int NUM_IMAGES_HOT = 0;
- public static final int L_LEFT = 22;
- public static final int L_TOP = 31;
- public static final int L_RIGHT = 57;
- public static final int L_BOTTOM = 66;
- }
-
-