Re: how to operate right click event on applet
Posted By:
Dewang_Shah
Posted On:
Monday, April 30, 2001 04:15 AM
Hi,
It is possible. You just need to add a MouseListener. The MouseEvent provides masks that identify the button that was clicked - Left, Middle or Right.
So you just need to make that check in your Listener.
Consult the docs for more details.
HTH