扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类jseparator的类成员方法: setorientation定义及介绍
发布时间:2014-2-18
本文导语:
setorientation
public void setorientation(int orientation)
设置此分隔符的方向。此属性的默认值是 horizontal。
参数:orientation - 是 swingconstants.horizontal 或 swingconstants.vertical
抛出:
illegalargumentexception - 如果 orientation 既不是 swingconstants.h...