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.
配列の内容を表示する JList を作成しようとしています。ただし、配列自体は文字列の配列ではなく、オブジェクトの配列です。
その場合、オブジェクトの同じ配列をパラメーターとして使用して JList を構築することは可能ですか (オブジェクトに toString メソッドが指定されている場合)。
ありがとう。