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.
我试图通过设置 JXCollapsiblePane.setCollapsed(true) 来折叠 JXCollapsiblePane。
但这似乎不起作用..可能是什么原因?
可折叠窗格包含在哪种布局中?有时布局管理器会阻止窗格折叠。如果我将 JXCollapsiblePane 放入带有 BorderLayout 的 JPanel 的 NORTH 部分,我将获得最好的体验。如果这没有帮助,请发布一个小代码示例,以便其他人也可以尝试。