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.
Jtableを持っていて、それにJCheckboxesを追加するつもりです。ここに実装した非常に明確な例があり ますが、実行時に「true」と「false」の文字列値を取得し続けました。次に、例自体を実行しようとしましたが、例にも「true」/「false」の文字列値が表示されていることがわかりました。
これは私のJREの問題ですか?チェックボックスを表示/操作するにはどうすればよいですか?
ありがとう。
テーブル モデルでこの関数をオーバーライドしましたか? これは、これらの値が であることをテーブルに伝えるものですBooleans。
Booleans
@Override public Class getColumnClass(int c) { return getValueAt(0, c).getClass(); }