how to find right click / left click of a mouse?
843807Sep 19 2002 — edited Sep 20 2002consider the following code
help me out in this doubt.
class abc implements MouseListener
{
.
.
.
public void mouseClicked(MouseEvent me)
{
// here i have to find whether the user has pressed right / left click of the mouse? how to do that?
}
}