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 列表垂直堆叠,而不会扩展到所有可用的垂直空间。
容器是一个带有 BoxLayout 的 JPanel
这是正在发生的事情和我想要的:
http://i.imgur.com/K1uUn.png
我试过使用 Box.Filler、Box.createGlue()、调整对齐属性(它们似乎没什么用)。每个项目调用 setAlignmentY(Component.TOP_ALIGNMENT);
还是不行。
有人有解决方案吗?
把BoxLayoutat 的PAGE_STARTa BorderLayout。
BoxLayout
PAGE_START
BorderLayout