您现在的位置是:源码地带 > 资源下载

创建进度条 jpb = new JProgressBar() jbutton = new JButton("观看演示") jbutton.addActionListener(th

资 源 简 介

创建进度条 jpb = new JProgressBar() jbutton = new JButton("观看演示") jbutton.addActionListener(this) this.getContentPane().add(jbutton) //设置进度条的前景色为红色 jpb.setForeground(Color.red) this.getContentPane().add(jpb) //给进度条注册事件监听器

相 关 资 源