edibudu
edibudu

Reputation: 1

Java System Tray PopupMenu MenuItem with icons and variable fonts

As in the title, is there a way to do it?

The introductory article is either misleading or not completed.

Upvotes: 0

Views: 2176

Answers (1)

camickr
camickr

Reputation: 324128

Fonts is not a problem so I'm not sure why that is part of the title. Icons is different.

Check out the section from the Swing tutorial How to Use the System Tray. The tutorial explains the limitations and provides a link to a Bug Id which has some suggestions. I don't know if the suggestion work since I haven't tried them.

Upvotes: 1

Related Questions