-
目前版本已经对 nokia 手机优化界面 适用于所有 Java 手机 可根据各手机再进一步美化(定制)界面...
目前版本已经对 nokia 手机优化界面 适用于所有 Java 手机 可根据各手机再进一步美化(定制)界面- At present the edition already optimized the contact surface to
the nokia handset to be suitable may act according to various handsets
to all Java handset further to beautify again (has custom-made) the
contact surface
- 2023-04-21 08:10:03下载
- 积分:1
-
j2me图像显示程序,其中有详细的注释,可以帮助初学者学习
j2me图像显示程序,其中有详细的注释,可以帮助初学者学习-j2me image display program, which has detailed notes that can help beginners learn
- 2022-02-14 09:49:32下载
- 积分:1
-
hanziinput
j2me 汉字输入框,非常详细,有文字说明。(j2me Chinese character input box, and very detailed, there is language description.)
- 2009-03-12 16:23:55下载
- 积分:1
-
test j2me CallTimer APIs
test j2me CallTimer APIs
- 2022-07-12 20:30:18下载
- 积分:1
-
j2me游戏紫色精灵源代码,没有看出是什么类型的游戏,好像类似射击和奔跑的游戏,有兴趣的朋友编译一下,资源文件比较全了。...
j2me游戏紫色精灵源代码,没有看出是什么类型的游戏,好像类似射击和奔跑的游戏,有兴趣的朋友编译一下,资源文件比较全了。
-Purple Wizard j2me game source code, did not see what type of game, it seems similar to the shooting and running the game, are interested in what a friend to compile, compare all of the resource file.
- 2022-03-20 20:37:24下载
- 积分:1
-
使用java 开发的手机小游戏,海上反潜大战,画面和音效都不错,可以实际装入Nokia的s60的手机玩,希望大家能喜欢谢谢,...
使用java 开发的手机小游戏,海上反潜大战,画面和音效都不错,可以实际装入Nokia的s60的手机玩,希望大家能喜欢谢谢,-use small mobile games, sea anti-submarine war, images and audio is pretty good, and can actually load the release of the Nokia mobile phone play, I hope you will like to thank you,
- 2022-07-12 00:06:40下载
- 积分:1
-
This is the kind of canvas Screen including all the different types of use
这是 Screen 类的画布 包括各种类的的使用 -This is the kind of canvas Screen including all the different types of use
- 2022-03-25 00:32:41下载
- 积分:1
-
简单说明了一下http链接在j2me中的使用,同时还有一些高级用户接口的实现。...
简单说明了一下http链接在j2me中的使用,同时还有一些高级用户接口的实现。-Brief description of the http link you use in j2me, but also some of the advanced user interface implementation.
- 2022-03-01 22:34:41下载
- 积分: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
-
《J2ME图形应用基础》第二章,演示如何创建最基本的MIDlet应用程序。...
《J2ME图形应用基础》第二章,演示如何创建最基本的MIDlet应用程序。-"J2ME based graphics applications," the second chapter, shows how to create basic MIDlet applications.
- 2022-04-12 07:50:10下载
- 积分:1