| Author |
left and right clicking
|
simon keillor
Greenhorn
Joined: Jun 23, 2004
Posts: 24
|
|
I working on an application were i need to identify if a user has single or double clicked with the left or right mouse button on a JLabel. But all the is detected is a left click (single or double). What am I missingm the isPopupTrigger() function appears not to be working. Cheers Simon
|
Simon
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
|
Check out the note in the Method Detail section of the MouseEvent api for the isPopupTrigger method.
|
 |
R.Joe
Ranch Hand
Joined: Jun 16, 2004
Posts: 31
|
|
Hello sir, Move ur code from mouseClicked to mouseReleased, then it works fine
|
 |
 |
|
|
subject: left and right clicking
|
|
|