标签:style 类型 多个 int 方便 分割 net rsize 显示
No. | 方法及常量 | 类型 | 描述 |
---|---|---|---|
1 | public static final int HORIZONTAL_SPLIT | 常量 | 表示水平分割 |
2 | public static final int VERTICAL_SPLIT | 常量 | 表示垂直分割 |
3 | public JSplitPane(int newOrientation) | 构造 | 创建对象,并指明分割方式 |
4 | public JSplitPane(int newOrientation, boolean)newContinuousL ayout, Component newLeftComponent, Component newRightComponent) | 构造 | 创建对象、指明分割方式、分割条改变是否重绘图象以及两端的显示组件 |
5 | public void setDividerLocation(double proportionalLocation) | 普通 | 设置分割条的位置,按百分比 |
6 | public void setOneTouchExpandable(boolean newValue) | 普通 | 设置是否提供快速 展开/折叠的功能 |
7 | public void setDividerSize(int newSize) | 普通 | 设置分割条大小 |
标签:style 类型 多个 int 方便 分割 net rsize 显示
原文地址:https://www.cnblogs.com/LILI6/p/11870236.html