Merry christmas to you all.
Can you change the attributes of the MenuItem string label?
I'm thinking of having it in bold?
And how would you do that?
Peter
Andrey Makarewitsch - 25 Dec 2004 17:42 GMT
> Merry christmas to you all.
>
[quoted text clipped - 4 lines]
>
> Peter
Hi Peter,
something like this should work:
JMenuItem mi=new JMenuItem("<html><b>bold</b></html>");
a.m.