Eleni Fatourou

Greenhorn
+ Follow
since Oct 03, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Eleni Fatourou

Hi,
I am trying desperately to find a way to do this:
When a user right-clicks on an item of a JComboBox drop down list, a popup menu to appear (i would like to show options like edit, delete etc for the items)
After extending a JComboBox i came up with an element that shows a popup BUT i can not find a way to prevent the drop down list of Combo from hiding. Can anyone please tell me how to do this?
Here is the code:
21 years ago