I have a menu bar containing JMenuItems created using the (Action) constructor. The JMenuItems have both icons and text labels. How would I implement a "show/hide icons" capability? Is there a way to use JMenuItem's getComponent() method to remove/restore the icons without actually recreating the JMenuItems?
GD
GD