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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.