Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

can I right-click a line?

  Asked By: Francisca    Date: Mar 13    Category: Java    Views: 617
  

I have an applet that draws lines on a canvas. I´d
like to know if there´s a way I can know when the user
right-clicks in one of those lines.

Does a line has this kind of event? Can I
differentiate between two lines drawn on canvas?

BTW, I use this code to draw it:
canvas.drawLine(p1x,p1y,p2x,p2y);

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on can I right-click a line? Or get search suggestion and latest updates.




Tagged: