您的位置:首页 > Web前端 > JavaScript

JScrollPane 添加到流式布局的有多个JButton的JPanel上,如何使水平拉伸保持流式布局特点,垂直加滚动条?

2016-04-05 21:38 711 查看
JScrollPane(Component view, int vsbPolicy, int hsbPolicy)
Creates a JScrollPane that displays the view  component in a viewport  whose view position can be controlled with a pair of scrollbars.

VERTICAL_SCROLLBAR_NEVER,HORIZONTAL_SCROLLBAR_AS_NEEDED

或者

voidsetHorizontalScrollBarPolicy(int policy)
Determines when the horizontal scrollbar appears in the scrollpane.

void   setVerticalScrollBarPolicy(int policy)
Determines when the vertical scrollbar appears in the scrollpane.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: