awtrobot
Java print screen program
I am trying to use Robot in Java to make an image file of a print screen. So far I have: Robot robot = new Robot();[详细]
2023-01-27 22:00 分类:问答Java awt.Robot: send key with position for eg. right shift or right ctrl
I want to use the java.awt.Robot class to implement a virtual keyboard. I am won开发者_开发知识库dering if there is a way to send the keycode WITH the key location (left or right) using the keyPress(i[详细]
2023-01-14 22:48 分类:问答how to get the back image of a window?
We are building a program for visual impaired people, the aim is to replace some features of the screen, like colors, shapes or else. Currently, we have a full开发者_高级运维-screen window, we grab a[详细]
2023-01-14 05:24 分类:问答How can java.awt.Robot be made to respond to mouse drag events?
I\'m writing a class that will allow users on other computers to control the contents of a JPanel, for use in a shared display system.java.awt.Robot will allow me to perform mouse clicks and keyboard[详细]
2023-01-13 16:20 分类:问答java get screen coordinates for any object
I am trying to use java to get screen coordinates for any object in the DOM. For example I want to write code to take a button name ()or any object in a web or windows app) and return x, y coords so[详细]
2023-01-12 18:31 分类:问答WM_PAINT, Java and capturing hidden windows
First a disclaimer, I\'m a Java programmer and have almost no idea about the Windows API. So please bear with me.[详细]
2023-01-07 11:56 分类:问答Robot.delay(int) versus Thread.sleep(long)
I have a program whose only purpose is to drive a java.awt.Robot in an infinite loop until an exit condition is met.[详细]
2023-01-06 19:58 分类:问答Running a Swing application programmatically (remote classes)
I have a slightly complicated case where I do not have source code (or the compiled class) the swing application that I am trying to run automatically.[详细]
2023-01-02 01:44 分类:问答Threads: Just what is it that makes them confusing? Two Runnables with Mouse Listener
I have a JWindow and a JFrame both I have made runnable and both impleme开发者_Python百科nt a mouse listener.[详细]
2022-12-24 18:15 分类:问答Java Robot key activity seems to stop working while certain software is running
I\'m writing a Java application to automate character actions in an online game overnight (specifically, it catches fish in Final Fantasy XI).The app makes heavy use of java\'s Robot class both for em[详细]
2022-12-22 11:07 分类:问答