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 のボタンを押したときに setVisible false に既存の Frame を作成し、他の 2 つの Frame を作成します。テーマは、これらの 2 つの Frame を並べてポップすることです。これが起こります。
jframe1.setBounds(x, y, width, height); jframe2.setBounds(x+jframe1.getWidth(), y, width2, height2);
width と width2 は、必要に応じて同じにすることができます。