SpacerControl.java
上传用户:luxiaowei
上传日期:2022-06-06
资源大小:58k
文件大小:0k
源码类别:

J2ME

开发平台:

Java

  1. /*
  2.  * SpacerControl.java
  3.  *
  4.  * Created on April 22, 2010, 5:49 PM
  5.  *
  6.  * To change this template, choose Tools | Template Manager
  7.  * and open the template in the editor.
  8.  */
  9. package com.framework;
  10. import javax.microedition.lcdui.Graphics;
  11. /**
  12.  *
  13.  * @author Tejaswi
  14.  */
  15. public class SpacerControl extends UIControl{
  16.     
  17.     /** Creates a new instance of SpacerControl */
  18.     public SpacerControl() {
  19.     }
  20.     public void paint(Graphics g) {
  21.     }
  22.     
  23. }