swing中有很多布局管理器,所以当我们不得不选择那些布局管理器时。我是swing编程的初学者。请给我详细的解释或任何链接也有帮助。
问问题
112 次
4 回答
4
Simple answer: it's not easy job to decide what LayoutManager would be correct for your too broad question.
you can use one of the standard LayoutManagers
you can combine standard LayoutManagers, e.g. each of JPanel can have the same or different LayoutManager, common as Nested Layout
you can use newer or custom LayoutManagers, e.g. MigLayout
not easy job and required very good knowledge how the LayoutManager works
于 2012-05-04T07:04:07.987 回答
4
取决于您的要求,学习一些布局管理器并决定。
于 2012-05-04T06:41:46.070 回答
3
你可以在这里找到一个很好的解释:布局管理器。
于 2012-05-04T06:41:58.573 回答
2
这取决于您的要求。一旦您可视化每个布局管理器如何更改组件的位置/排列。您可以选择符合您要求的布局。
于 2012-05-04T06:43:49.273 回答