Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/7235bb7271dabad869caf1a17270720a to your computer and use it in GitHub Desktop.
Save ezhov-da/7235bb7271dabad869caf1a17270720a to your computer and use it in GitHub Desktop.
java позиция курсора мышки на экране
http://stackoverflow.com/questions/1439022/get-mouse-position
[code:]java[:code]
Point point = MouseInfo.getPointerInfo().getLocation();
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment