Hi there, is there any way I could change the way a JMenuItem looks(I would like to change the background for instance and maybe display a custom image when the menu item is selected).
The getGraphics() method returns null so...
Should I extend the class instead and overwrite paint method ?
Thanks in advance.
The getGraphics() method returns null so...
Should I extend the class instead and overwrite paint method ?
Thanks in advance.