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 有两个 BorderLayout 分配:
panel.add(panel1, BorderLayout.LINE_END, BorderLayout.PAGE_END);
如何在不破坏语法的情况下做到这一点?
没关系...我通过在彼此之上添加多个 JPanel 来解决它。