搜索资源列表
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
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
toobar
- 当读取一个大文件的时候,需要显示一个进度条提示用户还有多少要读取和已经 * 读取了多少内容-When reading a large file, the need to display a progress bar prompts the user to read and how much has been* read the number of content
ExampleBar1
- 创建进度条 jpb = new JProgressBar() jbutton = new JButton("观看演示") jbutton.addActionListener(this) this.getContentPane().add(jbutton) //设置进度条的前景色为红色 jpb.setForeground(Color.red) this
ProgressBarTest
- 演示用于指示进度的swing构件:JprogressBar-Presentation is used to indicate the progress of the swing component: JprogressBar
JProgressBar
- It is a simple java program which demonstrates the Progress Bar (i.e. JProgress Bar Demo).
JProgressbar
- This code contains the implimentation of JProgressbar
swing-java
- java-swing学习源代码 包含内容有: 进度条、时间、滑块和分隔条组件 进度条组件JProgressBar 时间组件Timer 滑块组件JSlider 分隔条组件JSeparator -study the source code in java-swing Contains the content: Progress bar, time, slider and splitter bar comp
Splash_Scr223444292013.zip
- 使用JProgressBar制作的启动屏幕,采用多线程动画制作。, A Splash Screen With JProgressBar And An Image Using Threads