当前位置: 技术问答>java相关
那位大虾有AWT的滚动条的代码,一百分求救。
来源: 互联网 发布时间:2015-10-12
本文导语: 那位大虾有AWT的滚动条的代码,一百分求救。 怎么去用Scrolllbar与panel的结合。 | addAdjustmentListener public void addAdjustmentListener(AdjustmentListener l) Adds the specified adjustment listener to receive insta...
那位大虾有AWT的滚动条的代码,一百分求救。
怎么去用Scrolllbar与panel的结合。
怎么去用Scrolllbar与panel的结合。
|
addAdjustmentListener
public void addAdjustmentListener(AdjustmentListener l)
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar. If l is null, no exception is thrown and no action is performed.
Specified by:
addAdjustmentListener in interface Adjustable
可以加上一个事件监听,然后在这个监听代码里面加上panel的改变事件应该是可以的了
public void addAdjustmentListener(AdjustmentListener l)
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar. If l is null, no exception is thrown and no action is performed.
Specified by:
addAdjustmentListener in interface Adjustable
可以加上一个事件监听,然后在这个监听代码里面加上panel的改变事件应该是可以的了
|
你把panel贴到ScrollPane中不就行了码?
|
对呀,用scrollpane不就行了,还是用jbuilder算了,那个东东好呀