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.
チェックボックス/ラジオボタンの選択色を変更する方法はありますか?
JCheckBoxでそれを行う方法は次のとおりです
UIManager.put("CheckBox.focus",Color.RED);
http://tips4java.wordpress.com/2008/10/09/uimanager-defaults/に便利なツールがあります。Java Web Start プログラムを実行すると、各コンポーネントのキーと値を参照できます。