java中是否有一些类可以检索我们在任何Microsoft Windows程序或文档上使用文本光标选择的文本?
我想要这个功能的原因是制作一个程序,可以将这个选定的文本作为字典服务器的输入,返回单词的含义。
用于ilustration的伪代码:
MyProgram{
word=getSelectedWord() //Get the text highlighted from MS system.
meaningOfWord=getMeaning(word) // Meaning of the word } //from a web dictinary
谢谢你,对不起的英语感到抱歉。