文件名称:ExampleBar1
- 所属分类:
- 文档资料
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- lylti*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
创建进度条
jpb = new JProgressBar()
jbutton = new JButton("观看演示")
jbutton.addActionListener(this)
this.getContentPane().add(jbutton)
//设置进度条的前景色为红色
jpb.setForeground(Color.red)
this.getContentPane().add(jpb)
//给进度条注册事件监听器-Create a progress bar jpb = new JProgressBar () jbutton = new JButton ( watch demo ) jbutton.addActionListener (this) this.getContentPane (). Add (jbutton)// set the progress bar of Foreground red jpb.setForeground (Color . red) this.getContentPane (). add (jpb)// progress bar to the registration event listener
jpb = new JProgressBar()
jbutton = new JButton("观看演示")
jbutton.addActionListener(this)
this.getContentPane().add(jbutton)
//设置进度条的前景色为红色
jpb.setForeground(Color.red)
this.getContentPane().add(jpb)
//给进度条注册事件监听器-Create a progress bar jpb = new JProgressBar () jbutton = new JButton ( watch demo ) jbutton.addActionListener (this) this.getContentPane (). Add (jbutton)// set the progress bar of Foreground red jpb.setForeground (Color . red) this.getContentPane (). add (jpb)// progress bar to the registration event listener
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ExampleBar1.java