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.
最初我想使用边框布局,但据我了解,您最多只能使用 9 个框。这是真的还是假的?
还有比 GridBagLayout 更容易但比 Grid Layout 更灵活的东西吗?
您可以组合 2 个边框和 1 个网格布局。
外部边框布局将包含北边的标题,以及中间有边框布局的其他面板。
第二个面板将包含北边的字幕和网格布局,中间只有 2 行。
网格布局可以包含其他 3*3 网格布局,用于上线按钮和以大框为中心的边框布局。
替代解决方案是使用GridBagLayout. 但是,您应该对其进行一些练习以使其正常工作。
GridBagLayout
其他解决方案正在使用MigLayout- 允许非常简单地创建任何视图的第三方开源解决方案。
MigLayout