From: Lamy Jean-B. <a1...@So...> - 2001-10-10 11:41:38
|
> well, you can use heavyweight components within a swing layout also ;-) > > these are hardware accelerated and do have the same restriction > as kenneth mentioned (overlapping, etc.) This can solve most of the overlapping problem : JPopupMenu.setDefaultLightWeightPopupEnabled(false); Jiba |