搜索资源列表
CloseFrame
- java中,使用JFrame作为程序主窗口时,关闭程序询问当前状态是否需要存盘或者让用户确认是否真的退出等。-java, the use of class as the main program window, Close asks whether the current status or need to archive allows users to confirm whether or not really quit.
Web162_200691612146992
- 手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocati
DrawingArea
- java drawingarea 为java初学者提供Jframe的应用
另类JFrame窗体
- java swing JFrame demo
JFrame
- java写的图形界面,主要是对jframe的讲解,有视频,有源码,有笔记,方便大家的学习。-graphical interface written in java, mainly for jframe explanations, there is video, there is source code, notes, to facilitate everyone' s learning.
Jframe
- java编写的一些课后小作业,简单易行,很不错的-after the preparation of some java small operations, is simple, very good
sprites
- Java Game in Gui include muliti Jframe,and good sound , good images
RussiaBlocksGame
- 基于java编程,JFrame俄罗斯方块游戏-Java-based programming, JFrame Tetris game
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
Els
- 自学JAVA不久,第一次自己编小程序。在家摸索了三天才完成。 * 对于如何选择合适类还没有经验,这里直接在JFrame上设计paint()方法将所有内容绘制。没有掌握面向对象编程还- -! * 建模上借鉴了小时候玩的那中手柄游戏,将主面板划分为12*20的小格;后来为了设计碰撞,又改为14*21,绘制部分仍为12*20。(两侧与底部为边界) * 这些格子的信息用一个二维数组存储,数组中每个元素用0,1来表示是否被绘制成黑色。paint()方法中将值为1的格子绘制成黑色,0
PushBox4.0
- java开发的推箱子小游戏,主要练习使用ATW、Swing图形化界面,还有涉及数组知识-Color、HeadlessException、KeyEvent、KeyListener、ImageIcon、JFrame、JLabel、import javax.swing.JOptionPane、 JPanel、WindowConstants
Transeperency
- Image and Object transparency by Java.Total 11 step where opaque to obsequre mode is found in JFrame.
qq-wd
- QQ登陆界面示例程序,主要用于Java JFrame的学习。-the face for QQ
Snake
- 01_游戏功能演示与说明 02_游戏中的面向对象分析与设计 03_使用传智播客提供的API类组装贪吃蛇游戏 04_编写贪吃蛇游戏中的各个类的主体框架性代码 05_编写Controler类与实现蛇移动的事件监听 06_编写对各个类进行测试的程序代码 07_蛇的数据结构设计与移动显示 08_测试与修正蛇的移动与显示问题 09_排除蛇的相反方向与无效方向的按键问题 10_编写与
Minesweeper
- 自己用java做的一个简单的扫雷游戏,用JFRAME 和jpanel-Minesweeper
JFlash
- 这是一段用java写的jFrame窗口程序,在上面嵌入swf的flash文件-This is the period of using java write the jFrame the window procedure to embed a swf flash file in the above
Chat
- java中的一个发言的对话框的设计的一个精简例子-jframe speak dialog jtextfield
ProducerConsumer
- 生产者消费者的模拟 用java的JFrame写的界面,用图片运动表示生产者,消费者,缓冲的模拟-Simulation of producers and consumers java the JFrame write interface, producers, consumers, buffered analog picture movement
Shoot_Plane
- 一个使用eclipse编程完成的java小游戏“打飞机”,基于java JFrame,使用的是比较基础的java知识。适合java初学者借鉴。-Completed a program using eclipse java game " planes" , based on java JFrame, using a more basic knowledge of java. Suitable for beginners to learn java.
游戏设计
- 用图形窗体设计一个小游戏,含有JFrame,并解决闪屏问题(Design a small game with a graphic form)