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...

