-
Zaval Light
Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME(coming soon). LwVCL can be used on Zaurus, iPAQ and other devices. -Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME (coming soon). LwVCL can be used on Zaurus, iPAQ and other devices .
- 2022-05-28 05:55:29下载
- 积分:1
-
calculator for calculating interest rate in a mobile phone
calculator for calculating interest rate in a mobile phone
- 2023-03-17 12:05:04下载
- 积分:1
-
是男人就下一百层,在J2ME上的实现,经典例子!
是男人就下一百层,在J2ME上的实现,经典例子!-men on the next hundred layer, the J2ME on the realization classic example!
- 2022-01-26 02:28:15下载
- 积分:1
-
TimeTrialDemo
j2me上的TimeTrialDemo游戏 从原代码光盘上复制()
- 2008-05-03 11:07:14下载
- 积分:1
-
QuickLocationMainActivity
实现类似手机通讯录的快捷链接,右侧有A-Z 26个英文字母,点击后调到指定的内容(To realize the quick links to similar mobile phone mail list.)
- 2014-11-11 11:28:19下载
- 积分:1
-
《小猪漫天飞》是一款飞行射击游戏,一个在j2me下编写的小游戏,游戏中玩家按4 键,飞机会有向右飞行的侧身动画;游戏中玩家按6 键,飞机会有向左飞行的侧身动画;...
《小猪漫天飞》是一款飞行射击游戏,一个在j2me下编写的小游戏,游戏中玩家按4 键,飞机会有向右飞行的侧身动画;游戏中玩家按6 键,飞机会有向左飞行的侧身动画;-"piglets blanketed fly" is a flight shooter, in a prepared J2ME small games, games by four key players, will have the right aircraft flying sideways animation; Game by six key players, have left the plane flying sideways animation;
- 2022-01-31 22:21:27下载
- 积分:1
-
J2ME的动画制作程序, 在很短的时间内, 连续在同一个位置画上好几张图, 最适合的时间是在一秒中内画20到30张图, 这样的效果是让用户看起来会有不间断的感觉...
J2ME的动画制作程序, 在很短的时间内, 连续在同一个位置画上好几张图, 最适合的时间是在一秒中内画20到30张图, 这样的效果是让用户看起来会有不间断的感觉.-J2ME animation process, in a very short period of time, a row in the same location a few paintings a good map, the most appropriate time is painted in one second in the 20-30 plan, so the effect is to allow users to look there uninterrupted feeling.
- 2022-05-07 20:06:34下载
- 积分:1
-
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!
J2ME的游戏原代码!希望能帮助有需要帮助的师兄弟们!-J2ME game source code! Want to help those in need of help师兄弟们!
- 2022-04-23 10:32:15下载
- 积分:1
-
java 为图片添加水印 示例
为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath 图片绝对路径* @param watermarkPath 水印图片绝对路径* @param position 水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
- 2017-10-13下载
- 积分:1
-
mobile positioning based on cell id application for sony ericsson mobile phone
mobile positioning based on cell id application for sony ericsson mobile phone
- 2022-07-23 21:33:12下载
- 积分:1