
J2me
文章平均质量分 64
ai7090
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
j2me font.substringWidth跟drawSubstring方法
substringWidth(String str,int offset,int len)str 需要计算的字符串 offest 从第几个字符开始 len 长度是多少drawSubstring(String str, int offset, int len, int x, int y, int anchor)str 需要绘制的字符串 offest 从第几个字符开始 len 长度是多少...原创 2011-04-27 16:21:46 · 111 阅读 · 0 评论 -
(转)手机开发JavaME MIDlet Suites简介
1. JAM JAM (Java Application Manager) 中文一般翻译为应用程序管理器。在有些文档中,JAM也被叫做AMS (application manager software),这两个术语所描述的概念是完全一样的。简单来讲,JAM是管理移动设备上所有J2ME应用程序的软件,负责J2ME应用程序的下载、 安装、更新与删除。JAM由是移动设备本身所提供的,不同公司的...原创 2011-03-30 13:42:59 · 190 阅读 · 0 评论 -
J2me drawRGB的使用详细解释
public void drawRGB(int[] rgbData, int offset, int scanlength, int x, int y, int width, ...原创 2011-03-30 13:48:02 · 155 阅读 · 0 评论 -
G+版本解决部分机型退出问题的相关代码
static final String _url ="http://go.i139.cn/gcomm1/portal/spchannel.do?url=http://gamepie.i139.cn/wap/s.do?j=3channel"; public void browseWap(String URL, boolean exit ) {...原创 2011-03-30 13:48:32 · 130 阅读 · 0 评论 -
Graphics 的translate(int x, int y) 函数
以前没有使用过translate(int x, int y)函数,新项目使用后,明白了使用原理translate(int x, int y) Translates the origin of the graphics context to the point (x, y) in the current coordinate system.就是把绘制区的x,y点...原创 2011-03-30 13:48:58 · 688 阅读 · 0 评论