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 から選択した要素の数を取得するにはどうすればよいですか? int[] 配列を作成し、選択したインデックスをこの配列に追加できるようにします。
JList.getSelectedIndices().length は、配列の長さを示します:) Javadocs mate を参照してください