-
一款JAVA小游戏,供学习参考,里面提供了J2ME几乎所有经典操作.
一款JAVA小游戏,供学习参考,里面提供了J2ME几乎所有经典操作.-A JAVA game for learning the reference, which provides almost all the classic operation of J2ME.
- 2022-09-26 07:30:03下载
- 积分:1
-
J2ME支持的设备。
J2me supported devices.
- 2022-01-25 20:34:04下载
- 积分:1
-
j2me编写的单击版游戏, 我们以前玩的超经典的爆炸人游戏,
j2me编写的单击版游戏, 我们以前玩的超经典的爆炸人游戏,-J2ME version prepared by the click games, we play before the explosion-the classic one game,
- 2023-02-23 14:25:03下载
- 积分: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
-
TimeTrialDemo
j2me上的TimeTrialDemo游戏 从原代码光盘上复制()
- 2008-05-03 11:07:14下载
- 积分:1
-
Prepared using J2ME mobile phone version of RPG game,
用J2ME编写的手机版RPG游戏“镜花缘”,包括三个场景。这是完整的eclipse工程文件包,并测试通过。-Prepared using J2ME mobile phone version of RPG game,
- 2022-02-04 07:54:39下载
- 积分:1
-
手机游戏例子,这是一个客户端
手机游戏例子,这是一个客户端-example of a cell phone game, this is a client
- 2022-05-21 06:21:53下载
- 积分:1
-
如何使用kxml解析WAP,对大家一定有所帮助!欢迎下载
如何使用kxml解析WAP,对大家一定有所帮助!欢迎下载-how to use WAP kxml analytical, we will certainly help! Welcome to download!
- 2022-01-26 00:17:47下载
- 积分:1
-
J2ME手机开发电子教程(PDF文件格式),一共八个文件,压缩无密码
J2ME手机开发电子教程(PDF文件格式),一共八个文件,压缩无密码-J2ME handset development of e-Guide (PDF file format), a total of eight documents, compressed without password! !
- 2022-04-30 21:20:44下载
- 积分:1
-
这是我第一次开始尝试J2ME平台的程序编写,希望对初学者有用!...
这是我第一次开始尝试J2ME平台的程序编写,希望对初学者有用!-This is the first time I started trying to J2ME platform for programmers, and I hope to beginners useful!
- 2022-03-07 18:13:57下载
- 积分:1