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 新手。我正在制作多人井字游戏作为测试。对于主菜单,我喜欢这样的布局:
问题是,我不知道如何做到这一点。我已经JFrame准备好所有内容(按钮等),但一切都显得完全不合适。我试过BoxLayout, GridLayout,FlowLayout和其他几个,但没有结果。我整天为此头疼,任何帮助将不胜感激。
JFrame
BoxLayout
GridLayout
FlowLayout
所以,如果你有任何推荐的布局,或者有任何提示可以让它工作,那就太好了:)
我会使用看起来像这样的嵌套布局:
GridBagLayout对于更灵活的布局和BoxLayout排列一堆东西很有用。
GridBagLayout