Connecting Tech Pros Worldwide Help | Site Map

JMenu with Icon

Member
 
Join Date: Nov 2007
Posts: 125
#1: Nov 27 '07
hi,

is it possible for each of the JMenu in my app have an icon. or is there any workaround?

thx
JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Nov 27 '07

re: JMenu with Icon


Quote:

Originally Posted by thesti

hi,

is it possible for each of the JMenu in my app have an icon. or is there any workaround?

thx

Sure, no workaround needed because a JMenu *is a* AbstractButton it inherits
its setIcon() method.

kind regards,

Jos
Member
 
Join Date: Nov 2007
Posts: 125
#3: Nov 27 '07

re: JMenu with Icon


hi,

thx for your great help Jos.
Reply