How to capture screen image with mouse pointer on it in Java? In know that i can capture screen with Robot class, but it captures screen without mouse pointer on it, so this
You can use Java Native Access in order to access operating system specific mouse cursors/pointers dynamically.