home *** CD-ROM | disk | FTP | other *** search
- public class funcnum {
- public static final byte NOFUNCTION = 0;
- public static final byte SCROLLUP = 1;
- public static final byte SCROLLDOWN = 2;
- public static final byte SCROLLRIGHT = 3;
- public static final byte SCROLLLEFT = 4;
- public static final byte OVERSCROLLUP = 10;
- public static final byte OVERSCROLLDOWN = 11;
- public static final byte OVERSCROLLRIGHT = 12;
- public static final byte OVERSCROLLLEFT = 13;
- public static final byte STARTREPEAT = 100;
- public static final byte ENDREPEAT = 101;
- public static final byte DOTS = 102;
- public static final byte PAUSE = 103;
- public static final byte SHOW = 104;
- public static final byte BLINK = 105;
- public static final byte CLEAR = 106;
- public static final byte COLOR = 107;
- public static int MAXBITS = 16;
- }
-