使用 Java 将文本插入另一个程序的文本字段

发布于 2024-10-19 12:57:39 字数 197 浏览 1 评论 0原文

我搜索了该网站,但找不到问题的答案。

我正在尝试用 java 编写一个程序,该程序将输入文本并将其提交到另一个 java 程序中。

到目前为止,我知道一种选择是使用机器人,但我认为这意味着我需要确切地知道程序的文本框在屏幕上的位置。

任何建议将不胜感激,如果这在 C++ 中更容易做到,我会同意的。

预先感谢您的帮助

I've searched the website and couldn't find an answer to a problem.

I'm trying to write a program in java that will input text and submit it into another java program.

So far, I know that one option could be using Robot but I think that would mean I would need to know exactly where the program's text box is on the screen.

Any suggestions would be appreciated, and if this would be easier to do in C++ I would be okay with that.

Thanks in advance for your help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微暖i 2024-10-26 12:57:39

如果不与其他 java 应用程序合作,您唯一的选择(都不好)是 Robot 和 JNI

Without cooperation with the other java application, your only choices (both bad) are Robot and JNI

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文