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 では imageIcon が使用されていますが、フレームでは、画像をフレームに追加するために何を使用できますか? フレーム内の awt ラベルに画像を添付できますか?
新しい JLabel に imagIcon を設定し、この新しい JLabel をフレーム内の必要な場所に追加するだけです。