The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.
So I'm working on learning some Java(Swing) over the summer and hoping it will apply to next semester but I've hit a small snag. I'm understanding it but I cant seem to find a listener for separate clicks of the mouse, right and left. Is there a special method I'm suppose to use or does right and left clicks create a different event that I can break down to determine which it was?
So I'm working on learning some Java(Swing) over the summer and hoping it will apply to next semester but I've hit a small snag. I'm understanding it but I cant seem to find a listener for separate clicks of the mouse, right and left. Is there a special method I'm suppose to use or does right and left clicks create a different event that I can break down to determine which it was?
I'm hoping to learn some swing over the summer myself. I think this is what you need.
Posts
I'm hoping to learn some swing over the summer myself. I think this is what you need.
java.awt.event.inputevent.getModifiersEx()