Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 JScrollPane 与 JTable 一起使用时,我遇到了问题。我怎样才能使滚动窗格在 JTable 下方没有空格,如图所示
另外,我目前使用的 JTabPane 包含 2 个 JPanel,一个用于 JScrollPane,一个用于底部的 JList。这是做事的正确方法吗?
这里setPreferredScrollableViewportSize()提到的方法在这种情况下可能很有用。
setPreferredScrollableViewportSize()