ColorTheme.java
资源名称:src.zip [点击查看]
上传用户:luxiaowei
上传日期:2022-06-06
资源大小:58k
文件大小:0k
源码类别:
J2ME
开发平台:
Java
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package com.framework;
- /**
- *
- * @author Swaroop Kumar
- */
- public class ColorTheme {
- public static final int SCROLLBAR_BGCOLOR = 0xffffff;
- public static final int SCROLLBAR_COLOR = 0x002448;
- }