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.
MAC アプリが最小化されると、新しいアイコン (アクティブなウィンドウとアイコンの組み合わせ) でドックに最小化されます。どうすればJFrameに実装できますか。私はそれを試しました、
setIconImage(Toolkit.getDefaultToolkit().getImage(Eg.class.getResource("/resource/img.png")));
お願い助けて。