Is there a way to take the time in seconds or in milliseconds, between the clicked of the mouse button and the release of this one.
I used this feature, but does not right for me
public void mouseClicked (MouseEvent me) {
long time=me.getWhen();
// other stuff
}
some help?