搜索资源列表
MySwingTest
- 适合初学者看的JAVA原代码练习,有ppt说明,主要讲了SWING类里面的控件应用,JButton,JList,JPane-for beginners look at the Java source code practice, ppt stated that the main speakers SWING categories of control applications, JButton, JList, JPane
Example for JButton
- JButton的应用Java源程序-JButton source Java Application
JButton
- java和matlab混合编程的应用:在java中调用matlab-java and mixed Matlab Application Programming : java Calling Matlab
buju
- java常用的各种布局,基本容器的使用,java组件JButton等的使用,String类里的图形用户界面.-java all the popular layout, the use of basic containers, java JButton components such as the use of the String class Lane graphical user interface.
aframe
- 主要是练习java中的按钮事件.通过对JButton 的注册来实现-practice java is the button events. JButton right through to achieve registration
javamine
- java扫雷游戏 程序文件说明 文件 内容 备注 AboutFrame.java 程序“关于”对话框。 JCounter.java 计数器类。 有小位数3位,图形。 JMine.java 主程序类 JMineArth.java 地雷分布图算法类 JMineButton.java Jbutton的扩展类有行号、列号、标记标志和单击标志 StartJMine.java 程序入口点 WinFrame.java 胜利对话框,有易中难三个启动选项
MyButton
- JAVA里面的一种好看实用的JButton
paintboard
- 1。我们要实现一个比较简单的用鼠标画图工具,画图主要包括直线,椭圆,矩形,圆 ,圆弧的绘制。绘制过程中包括图像颜色的选择,是否填充等要求。 2。每次进行鼠标画图操作时,不能把以前画的图像清除掉。 3。在编程过程中希望同学们利用JAVA对象编程的思想:即类,接口,包等。 4。用到Swing和awt包中的组件如:Jbutton,Jradiobutton,APPLET,canvas(画图面板)等组件,以及组件响应事件,键盘,鼠标事件。 2。每次进行鼠标画图操作时,不能把以前画
a
- Windows计算器,是Windows操作系统自带计算器,,可以帮助用户完成数据的运算,它可分为“标准型”和“科学型”,本章的仿Windows计算器是标准型的Java实现,标准型Windows计算器实现的主要功能有:四则运算;求倒数;求开方;存储计算结果;读取计算结果;累积计算结果。 使用到JFrame和JPanel两个Swing容器,使用到JTextField和JButton两个Swing容器,使用BorderLayout和GridLayout做两个布局器,以及使用到事件、事件监听器和事
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
1
- 在JAVA中,实现简单的FlowLayout布局窗口。及建大的JButton的位置设定例子-In JAVA, the realization of simple FlowLayout layout window. And built a large position JButton set examples
button
- Java JButton的基本使用方法,初学者看。-The basic use of Java JButton Ways, beginners look.
addproducts
- 主要通过java的界面JButton实现商品的添加和删除 通过在jpanel上显示-JButton mainly through the java interface to add and remove realization of goods through the jpanel show! ! !
JAVAGAME
- 用JAVA语言编写的一个游戏软件,里面还有一些注释,挺好玩的。-public void btnChange(JButton b) { if (b.getBackground() == Color.DARK_GRAY) { b.setBackground(Color.pink) } else {
ins123
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时 需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且 添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess 对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表 示无棋子,点击棋子时设置棋子的图标setOnChessI
JButton
- java的Jbutton,有视频,源码,笔记,方便大家的学习和交流。-java' s Jbutton, a video, source code, notes, we facilitate learning and exchange.
java-loginin
- 登陆注册界面设计,注册失败自动返回,成功则跳转页面-public class Register extends JFrame implements ActionListener{ private static final long serialVersionUID = 1L String Sex = "" JLabel lb_title,lb_user,lb_psd,lb_repsd,lb_sex,lb_class,lb_age JT
the-java-graphics--sharpening
- public class BlurAndSharpenDemo extends JFrame implements ActionListener { private JPanel jPanel = new JPanel() //面板jPanel用于容纳模糊、锐化、还原图像按钮 private JButton buttonFile //打开图像文件按钮 private JButton buttonBlur //模糊图像按钮 private JButton buttonSharpen //锐化图像按
JAVA
- 计算器 /** * @(#)Computer.java * * * @author * @version 1.00 2010/7/21 */ import java.awt.* import java.awt.event.* import javax.swing.* import java.lang.* public class Computer { private JFrame frame priv
JButton
- package 常用组件之JButton import java.awt.event.ActionEvent import java.awt.event.ActionListener import java.awt.event.WindowAdapter import java.awt.event.WindowEvent import javax.swing.JButton import javax.swing.JFrame import j
