搜索资源列表
ying-test
- 编写程序验证 JButton, JCheckBox, JRadioButton-prepared to verify JButton, JCheckBox, JRadioButton
MYProgressBarTest
- 演示两种不同进度条的使用方法。5、 所用主要编程技术:Swing组件JButton、Timer 、Jpanel。 JCheckBox、JTextArea 后台线程编程、Thread类的使用。JProgressBar类的使用。 -demonstration of the progress of the two different methods of using. 5, the use of the main programmin
src
- Java swing 的几个小例子 包括 jcheckbox,toolbar 等等。-Several examples of Java swing including jcheckbox, toolbar, and so on.
JCheckBoxMenuItem1
- Java swing jcheckbox 小实例-The Java swing jcheckbox small example
ying-test
- 编写程序验证 JButton, JCheckBox, JRadioButton-prepared to verify JButton, JCheckBox, JRadioButton
MYProgressBarTest
- 演示两种不同进度条的使用方法。5、 所用主要编程技术:Swing组件JButton、Timer 、Jpanel。 JCheckBox、JTextArea 后台线程编程、Thread类的使用。JProgressBar类的使用。 -demonstration of the progress of the two different methods of using. 5, the use of the main programmin
DentalPayment
- 用JAVA实现牙科付款应用程序,JCheckBox选择多个选项,同时显示消息对话框.-Pay with JAVA implementation of dental applications, JCheckBox select a number of options, at the same time show the message dialog box.
MiniDrawPad
- 本程序通过调用JAVA提供的BasicStroke;Button; Color Container Graphics Panel ButtonGroup Jfr a me JComboBox;JCheckBox;JMenu;JMenuItem;ImageIcon;JPanel UIManager等基本类进行了简单的界面设计。 程序运用了JAVA中类的继承特性实现了对父类方法的调用,运用了ButtonHandler类用来侦听基本按钮的
text2
- 设置一个JLabel组件,开始内容为“你好!”,设置三个JCheckBox组件标题分别为红色、绿色、蓝色,设置三个JRadioButton组件标题分别为10、16、20,根据JCheckBox和JRadioButton的不同选择来改变标签的字体大小和颜色。-Set a JLabel component to start reading " Hello!" , Set the title three JCheckBox c
JCheckBox
- java的JCheckbox,有视频,源码,笔记,方便大家的学习和交流。-java' s JCheckbox, a video, source code, notes, we facilitate learning and exchange.
test6
- 设计一个窗口界面: 用于学生基本信息的输入。使用多种界面元素,如JButton,JTextField,JCheckBox,JComboBox(将按钮或可编辑字段与下拉列表组合的组件)等。 要求:处理事件响应。 2、 设计一个文件操作程序界面: (a)实现文本输入、文件载入和保存等基本功能; (b—选做)增加菜单项,可弹出功能配置窗口:设计界面,使用合理布局,使用数种常用图形组件,进行字体,文本背景色,文本颜色的
JCheckBox
- package 常用组件之JCheckBox import java.awt.event.ItemEvent import java.awt.event.ItemListener import java.awt.event.WindowAdapter import java.awt.event.WindowEvent import javax.swing.ButtonGroup impor