Is there any way to capture image after double click mouse event with java?
I can capture image only at mouse release of double click event.
But capture image is not the image after double click event.
Is there any way to capture image after double click mouse event with java?
Share
Use
MouseEvent.getClickCount().