扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jslider的类成员方法: setorientation定义及介绍
发布时间:2014-2-18
本文导语:
setorientation
public void setorientation(int orientation)
将滑块的方向设置为 swingconstants.vertical 或 swingconstants.horizontal。
参数:orientation - horizontal 或 vertical
抛出:
illegalargumentexception - 如果方向不是 vertical、horizontal 之一另请参见:g...