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 があります。このアイコンだけにツールチップを追加したい。私はそれに対する解決策を見つけることができません。これは私がこれまでに実装したものです。
JMenuItem mnuItem = new JMenuItem(Aaction a); ImageIconn img = new ImageIcon(String filename); mnuItem.setIcon(img);
アイコンだけにツールチップを追加したいと思います。