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.
我已将组件添加到 JPanel,并将 JPanel 添加到 JScrollPane。但是我需要为我添加的组件提供特定的边界(不使用布局管理器)。当使用空布局设置滚动条不可见的边界时。
最好使用布局管理器。它们可能有点“吓人”(尤其是 GridBagLayout),但是一旦你了解它们,它们就真的很容易使用和实现。