Hi,
I have created a gui for that has a PopupMenu. However the PopupMenu
does not seem to come out right it flicker's in the background. I don't
whish to post the code for the 3 classes but if anyone wish to take
their time to take a look at the code I can mail it in a zip/jar ( what
you prefer).
Any one interested?
Cheers,
//mikael
Mark Thomas - 07 Jan 2006 13:27 GMT
> I have created a gui for that has a PopupMenu. However the PopupMenu
> does not seem to come out right it flicker's in the background. I don't
> whish to post the code for the 3 classes but if anyone wish to take
> their time to take a look at the code I can mail it in a zip/jar ( what
> you prefer).
> Any one interested?
As you've mentioned PopupMenu, not JPopupMenu, could the problem be that
you are mixing Swing components (lightweight) with AWT components
(heavyweight)?
Mark
mike - 07 Jan 2006 13:38 GMT
Japp that is what I did:-)
Thanks!
//mikael