Netbeans/Java Double-click speed

Hi all

Using OpenSuse 12.1, Netbeans 7.1.1 for a Java program, I have a weird problem with detecting a left double-click. Have a combobox and want to use double-click or right-click to delete an item. Set up mouse listener but it didn’t work, so I tested it with getClickCount() outputting to terminal. It detects single and double clicks on the right mouse, but only single clicks on the left mouse. I’ve seen some stuff on the Internet about problems with click-speed (and I set the click speed in Xresources in case it would help), but I cannot detect a left double-click at all.

Any ideas?

Cheers
indor