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.
各位大侠,我能根据你作为Java程序员的经验问你什么是常用的布局管理器,也许在你的办公室我需要知道,以便我自己准备和研究布局,有这么多布局,现在我只是完成 gridbaglayout,我现在将进入 spring 布局。什么是最好的布局,并告诉布局的优点和缺点。对不起,我是 Java 的初学者。
这是一个相当主观的问题。
就个人而言,我喜欢GridBagLayout,但我也使用VerticalLayoutSwingX
GridBagLayout
VerticalLayout
在我的脑海中,MigLayout得到了很多积极的反馈,我相信JGoodies会不时被提及。
问题是,在你真正知道自己想要做什么之前,你不会知道最适合这项工作的工具