简体   繁体   中英

Java System Tray With NO Icon

I know how to add my application to the System Tray.

However, I do not have an icon to use, so how would I do this if I cannot use the TrayIcon?

Is there a way I can use a built-in Java icon?

You can extract an icon from an executable in the following link:

http://blog.codebeach.com/2008/02/get-file-type-icon-with-java.html

Make sure to consult on the right to use the copyrighted material before you do that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM