搜索资源列表
feiji.rar
- 我们平常玩的飞机射击类游戏,这其实很简单,在加载上图片后,实现精灵类碰撞检测,每按键一次,图片显示相应的动作,真的很简单,希望你能从这个简单的游戏获得启发,To play our usual type of plane shooting games, this is a very simple add-on in the picture, the type of collision detection Elven implementation, each button once, the mot
MediaPlayer
- java 播放器,能够播放mp3 avi 等格式的音频文件-java player that can play mp3 avi format audio files, etc.
abc
- 查看某个文件夹中的图片,显示在网页中。程序片: package tom.jiafei import java.io.* class FileName implements FilenameFilter { public boolean accept(File dir,String name) { boolean boo=false if(name.endsWith(".jpg")||name.endsWith(".JPG"))