扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jprogressbar的类成员方法: setorientation定义及介绍
发布时间:2014-2-18
本文导语:
setorientation
public void setorientation(int neworientation)
将进度条的方向设置为 neworientation(必须为 swingconstants.vertical 或 swingconstants.horizontal)。默认方向为 swingconstants.horizontal。
参数:neworientation - horizontal 或 vertical
抛出:
illegal...