JAVAME
文章平均质量分 77
ffyd2000
小二
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Google Maps API in Java ME
Here is a simple library to query Google Maps with the following features: geocode addresses to their geographic coordinates retrieve static images with given custom size, format and zoom To转载 2010-01-22 15:24:00 · 1786 阅读 · 0 评论 -
自己写的j2me下用的双缓冲消息队列类,不知对不对
import java.util.Vector;/*** * 双缓冲消息队列 * @author Donald * */public class MessageQueueThread extends Thread { public int capacity=50; public boolean autoIncrement=false; priv原创 2009-12-24 12:05:00 · 926 阅读 · 0 评论
分享