0
我正在使用擴展View類的類。在這一類我創建的表3列,並將此表scrollpane.UsedScrollBar問題表
public boolean getScrollableTracksViewportHeight() {
if (getParent() instanceof JViewport) {
return (((JViewport) getParent()).getHeight() > getPreferredSize().height);
}
return false;
}
};
但我正在逐漸垂直滾動條時,它是needed.But水平滾動條未上市時,第3列的內容很長。
任何人都可以解釋問題出在哪裏?
檢查此鏈接[http://stackoverflow.com/questions/11682260/vertical-scroll-bar-in-jtable – karthi
表列大小調整和滾動條唐沒有很好的發揮。請參閱http://stackoverflow.com/questions/14390324/jtable-which-is-scrollable-horizontally-and-grows-to-fill-parent-container – AngerClown
粘貼我們可以測試的代碼示例 –