搜索资源列表
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
qq
- 在视窗式应用程序中菜单的使用是非常普遍的,Javax.swing提供的菜单功能非常强大。建立菜单要使用下面几个类:菜单条JMenuBar,菜单JMenu和菜单项
7.1.5--拼图游戏提高(复杂的拼图游戏)
- 用java编制的一个拼图游戏,练习应用button,Jtextfield,Jscrool等组建,练习使用 java.io.* javax.swing.* 等包的用法-prepared with a puzzles, exercise Application button, Jtextfield, Jscrool other form, a practice used java.io.* javax.swing .* packages, such as the use of
31221527719
- mport javax.swing.* import java.awt.event.* public class Block extends JButton implements ActionListener { ImageIcon 翻开时的图标=null,关闭时的图标=null public Block() { addActionListener(this) } public ImageIcon 获取翻开时的图标() { r
Atmosphere-model
- JCONTROL集成了java.awt和javax.swing的java下GUI库,用于maltab下的界面设计。啊-JCONTROL integrated java.awt and javax.swing of java under the GUI library, for under maltab interface design. Ah. . . . . . . . . . . . . . . .
math
- ①具有画直线、曲线、矩形、圆、椭圆功能; ②具有图的垂直、水平、按角度旋转功能; ③可为图形配色彩功能; ④具有“橡皮擦”的功能; ⑤能进行图的放大、缩小功能; ⑥可将图形文件保存、打开、重新编辑; ⑦可为图形加文字符号。 -import javax.swing.JMenuBar import javax.swing.JTextArea import javax.swing.JMenu import javax.swing.JMenuItem
blackjack
- 只用import javax.swing.* 包编写的简单的Blackjack 21点游戏,这主要是学生的作业要求的。-the java codes use the import javax.swing.* only ,to write a java application of Blackjack.
jcontrol
- jcontrol 提供了一种简便方法,在MATLAB中使用java.awt和javax.swing组件,进行图形数据的探索。-jcontrol provides an easy way to use MATLAB in java.awt and javax.swing components for graphical data exploration.
huilv
- 由美元转换成人民币的汇率转换java源代码,学习java初步编程的好资料 试例代码 import java.awt.* import java.awt.event.* import javax.swing.* -Yuan from the dollar' s exchange rate conversion into java source code, the initial learning java programming code of good in
Exercise-VI
- The applications in Chapters 210 display text at the command window and obtain input from the command window. Most applications you use on a daily basis use windows or dialog boxes (also called dialogs) to interact with the user. For example, e-mail
PushBox4.0
- java开发的推箱子小游戏,主要练习使用ATW、Swing图形化界面,还有涉及数组知识-Color、HeadlessException、KeyEvent、KeyListener、ImageIcon、JFrame、JLabel、import javax.swing.JOptionPane、 JPanel、WindowConstants
Snake
- 01_游戏功能演示与说明 02_游戏中的面向对象分析与设计 03_使用传智播客提供的API类组装贪吃蛇游戏 04_编写贪吃蛇游戏中的各个类的主体框架性代码 05_编写Controler类与实现蛇移动的事件监听 06_编写对各个类进行测试的程序代码 07_蛇的数据结构设计与移动显示 08_测试与修正蛇的移动与显示问题 09_排除蛇的相反方向与无效方向的按键问题 10_编写与
xinjian
- 客户端互传文件建议采用UDP协议,实施点对点数据传输,这样就不需要改动服务器端,如果基于tcp协议传文件,则需要将文件上传至服务器,好友再去服务器下载文件,这样增大了服务器的负荷、占用了服务器空间。 -javax.swing.JFileChooser chooser = new javax.swing.JFileChooser() if (chooser.showOpenDialog(this) == javax.swing.JFileChooser.APPROVE_O
bisai
- 客户端互传文件建议采用UDP协议,实施点对点数据传输,这样就不需要改动服务器端,如果基于tcp协议传文件,则需要将文件上传至服务器,好友再去服务器下载文件,这样增大了服务器的负荷、占用了服务器空间。 -private File file javax.swing.JFileChooser chooser = new javax.swing.JFileChooser() if (chooser.showOpenDialog(this) == javax
java
- 连连看的java源代码 界面可爱一点的,随机地图,关卡选择,难度调整,记录显示 有算法-import javax.swing.* import java.awt.* import java.awt.event.* public class lianliankan implements ActionListener
lianliankan
- 用javax swing实现小游戏连连看,eclipse开发。-Javax Swing game Lianliankan eclipse development.
liaotianxitong
- 运用JAVA程序编写聊天室,实现简单聊天功能。本次课程设计做的是Java简单聊天室,它是图形界面、线程、流与文件等技术的综合应用,其界面主要采用了java.awt包,javax.swing包等。-JAVA programming chat rooms, simple chat feature. This course is designed to do is a simple Java chat rooms, it is a comprehensive application of techno
SuperMarioBoulderDash-1.0
- https://github.com/TigerSun86/SuperMarioBoulderDash/releases Super mario boulder dash game can be played by using arrow key in keyboard or be auto played by artificial intelligence. The executable file and source code can be downloaded at the en
TetrisGame
- 俄罗斯方块界面布置及部分功能package game.view import game.config.GameConfig import game.model.DataCarrier import game.util.SoundPlayer import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.KeyEvent
java_com
- java串口通信包javacomm20-win32.zip Javax.comm是Sun公司提供的,用于开发平*立的通讯应用程序的扩展API。(ps:这里javax的x很准确地表明了它是一个扩展包,而不是核心包(core package),但由于历史原因,javax下的并不都是扩展包,比如swing包已经是Java核心架构的一部分了,不过为了与Java1.1编码兼容,仍使用javax.swing。)javax.comm可以访问RS232接口(串口)及有限制地访问IEEE-1284(并口)。-J