关于进度条的问题
? 问题点数:20、回复次数:5Top
1 楼mbh0210(独孤求败)回复于 2005-06-02 10:00:34 得分 0
指点一下
Top
2 楼glorywine(已非當年)回复于 2005-06-02 10:07:43 得分 0
不知道楼主想要具体了解那些?Top
3 楼mituzhishi(慎独)回复于 2005-06-02 12:45:21 得分 10
A component that, by default, displays an integer value within a bounded interval. A progress bar typically communicates the progress of some work by displaying its percentage of completion and possibly a textual display of this percentage.
To indicate that a task of unknown length is executing, you can put a progress bar into indeterminate mode. While the bar is in indeterminate mode, it animates constantly to show that work is occurring. As soon as you can determine the task's length and amount of progress, you should update the progress bar's value and switch it back to determinate mode.
Top
4 楼mituzhishi(慎独)回复于 2005-06-02 12:49:39 得分 5
进度条就是JProgressBar ,
搂主可以自己查一下JDK帮助Top
5 楼menjew(祖)回复于 2005-06-02 14:14:09 得分 5
呵呵,同意楼上,楼主可以查阅JDK文档,也可以看看JFC.......Top




