Theme.java
Upload User: luxiaowei
Upload Date: 2022-06-06
Package Size: 58k
Code Size: 0k
Category:

J2ME

Development Platform:

Java

  1. /*
  2.  * To change this template, choose Tools | Templates
  3.  * and open the template in the editor.
  4.  */
  5. package com.framework;
  6. /**
  7.  *
  8.  * @author swaroop_kumar
  9.  */
  10. public class Theme {
  11.    static Theme instacne; 
  12.    public static final int DEFAULT_SOFTKEY_HEIGHT = 20;
  13.    public static final int DEFAULT_PADDING = 2;
  14.    private Theme(){}
  15.     
  16. }