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.
JMenuItemが選択されたかどうかを定義するリスナーが必要です。押されていませんが、強調表示されています。選択はキーボードから実行されることになっているので、MouseOverリスナーは必要ありません。どのリスナーを使用する必要がありますか?前もって感謝します :)
addActionListenerを使用する必要があります。
この質問も参照してください。