Posts by pauloabr • 117 points
4 posts
-
2
votes1
answer1803
viewsQ: Calculate clicks per second
How do I calculate how many clicks were given in 1 second?
-
5
votes3
answers697
viewsQ: Noclassdeffounderror
When I try to open the program it does not find the nativehook class, but it is in the classpath Error: C:\Users\Paulo\Desktop>java -jar AutoClick.jar Exception in thread "main"…
-
1
votes1
answer42
viewsQ: List of everything that implements such a class
Well I wanted to know why I can’t create a list of classes that implement another class, for example public List<Class<? implements Classe>> classes; this returns a syntax error... But I…
-
3
votes1
answer514
viewsQ: How to know if it is mouse click or robot?
I was wondering if you could tell the difference between java.awt.Robot mouse click... I need to know if it was the Robot that clicked or if it was the mouse.