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.
各画像の JLabel を作成してペインに追加することで、これを構築し始めました。これは機能しましたが、画像を「選択」して画像の名前と解像度を表示したり、選択した画像を削除してペインに画像を追加したりできる必要があります。
JList はここに行くためのルートでしょうか?
ありがとうございました!
"Would a JList be the route to go here?" - はい。ImageIcons を JList のモデルに追加するだけで、ビンゴになります。
"Would a JList be the route to go here?"