I search through this forum but I can't find a good explanation on this topic. Is there any different from the below statements? Which way is the better way to trigger this event?
if (evt.getButton() == 3)
Vs.
if (SwingUtilities.isRightMouseButton(evt))