Re: JPopUpMenu when right-clicking JMenuItem



On Aug 26, 12:41 am, maro20081...@xxxxxxxxxxxx wrote:
hi all,
i have a problem in JPopupMenu that's supposed to appear when the user
right click on a menuItem like Favorites in Internet explorer. i've
searched alot but always i see the problem but with no solution can
any one Help me
i tried
e.consume
but nothing happened
thnx in advance

It sounds like JComboBox.
See javax.swing.plaf.basic.BasicComboPopup

.