-
关于实现使用太阳的
采用Sun的LWUIT实现的手机九宫格界面demo程序-LWUIT realize the use of Sun
- 2022-08-14 17:30:23下载
- 积分: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游戏图的源代码
source code using J2ME for game graph in mobile
- 2022-08-02 11:06:25下载
- 积分:1
-
An instance of the source code for mobile phones, compact for learning and refer...
手机的实例的源代码,紧供学习和参考!要先自己弄好了环境才可以用这个代码!-An instance of the source code for mobile phones, compact for learning and reference! First before their own hands with the environment can use this code!
- 2022-04-20 11:00:25下载
- 积分:1
-
moto手机测试源码
moto手机测试源码-moto handset test source code
- 2022-01-25 17:55:13下载
- 积分:1
-
shejibaogao
这是一个关于J2ME的设计报告,里面有相关的规定,还有格式!!希望大家可以支持(This is a study on the design of J2ME report, there are relevant provisions, as well as the format! ! I hope that we can support)
- 2008-12-23 19:37:58下载
- 积分:1
-
手机游戏中播放视频的程序代码.(原创)MIDP20可以作为游戏的引擎使用.对于开发视频游戏很有帮助...
手机游戏中播放视频的程序代码.(原创)MIDP20可以作为游戏的引擎使用.对于开发视频游戏很有帮助-phones to play video games the code. (Original) MIDP20 can use the game engine. For the development of video games helpful
- 2022-01-25 18:44:14下载
- 积分:1
-
袋鼠跳动一个游戏,只有有一些简单操作.
是开发J2ME快速模式的学习的好例子...
袋鼠跳动一个游戏,只有有一些简单操作.
是开发J2ME快速模式的学习的好例子-Kangaroo beating a game, only has some simple operation. Is to develop J2ME fast mode of learning a good example of
- 2022-01-31 21:04:16下载
- 积分:1
-
Wang Sen teachers Java phone PDA design entry procedures
王森老师的Java手机PDA程序设计入门-Wang Sen teachers Java phone PDA design entry procedures
- 2022-01-30 14:48:47下载
- 积分:1
-
engine_src
一个J2ME游戏引擎,这个引擎可以用MYECLIPSE直接打开,大家可以尝试下(A J2ME game engine, the engine can be directly MYECLIPSE open, we can try the next)
- 2010-01-06 09:48:15下载
- 积分:1