Right click also doing left click

I have a JList, and in order to right click any of its items I first need to select it (i.e. left click it). Is there a way to make the right click also do the selection? I tried using Robot to press and release the left button before doing anything else, but that didn't really work... actually it did, but only every other time or so...

[346 byte] By [jadespirita] at [2007-11-27 10:14:06]
# 1

I tinkered with the code a bit more, and now it works :)

This ALWAYS happens the minute after I post the question (no matter what I do/try beforehand) :p

jadespirita at 2007-7-28 15:31:11 > top of Java-index,Desktop,Core GUI APIs...