Home » Java Technology »
Is there an easy way to create a new JMenuItem which displays the following components:
<icon> <text> <icon>
so far I have created everything by myself, by overriding the paint method, etc, but it's not really nice, and still doesn't work quite well...
any Idea ?
Souk