Relates :
|
See CR 7027486. The issue is that JPopupMenu is clipped with its parent JFrame's shape. Invoking JPopupMenu.setLightWeightPopupEnabled(false) seems to be a possible workaround. However, it doesn't work. As well as JPopupMenu.setDefaultLightWeightPopupEnabled(false).
|