SpacerControl.java
资源名称:src.zip [点击查看]
上传用户:luxiaowei
上传日期:2022-06-06
资源大小:58k
文件大小:0k
源码类别:
J2ME
开发平台:
Java
- /*
- * SpacerControl.java
- *
- * Created on April 22, 2010, 5:49 PM
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
- package com.framework;
- import javax.microedition.lcdui.Graphics;
- /**
- *
- * @author Tejaswi
- */
- public class SpacerControl extends UIControl{
- /** Creates a new instance of SpacerControl */
- public SpacerControl() {
- }
- public void paint(Graphics g) {
- }
- }