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.
我希望在按下 Jframe 上的按钮时将现有框架设置为 false 并创建另外两个框架。主题是我希望这两个框架并排弹出,而不是一个在另一个之上,任何线索我可以如何制作这发生了。
jframe1.setBounds(x, y, width, height); jframe2.setBounds(x+jframe1.getWidth(), y, width2, height2);
如果需要,width 和 width2 可以相同,height 和 height2 也可以相同