changing jtoolbar images when JMenuItem is clicked
Posted
by ammayi100
on Stack Overflow
See other posts from Stack Overflow
or by ammayi100
Published on 2010-03-22T11:50:23Z
Indexed on
2010/03/22
11:51 UTC
Read the original article
Hit count: 354
Hi,
I need to develop a swing application with a menubar. When a menu is clicked, I have to display the menu items as icons in one bar. Same like when another menu is selected, corresponding menu items should be displayed in the bar. How can I achieve this functionality using Swings? Any help would be appreciated.
Thanks in Advance, Maruthi Prasanna.
© Stack Overflow or respective owner