M
Marc Adler
I know nothing about programming, but need to write a simple
application with which I can enter a word to be looked up in a
dictionary, have the application look up the word in an online
dictionary, and output the results to a text file (with each entry
added to the same file, to create a list). The application should be
capable of handling various non-Latin scripts, such as Russian, Arabic,
and Hebrew. Ideally, I would like to add this function to the
right-click context menu in Mozilla, so I could just highlight a word,
select something like "look up in [dictionary name]" and have the
output put in the text file.
I've heard Java is simple for beginners and good for this kind of
thing. Is this correct? And if so, is there any Java textbook I should
avoid?
Thanks,
Marc
application with which I can enter a word to be looked up in a
dictionary, have the application look up the word in an online
dictionary, and output the results to a text file (with each entry
added to the same file, to create a list). The application should be
capable of handling various non-Latin scripts, such as Russian, Arabic,
and Hebrew. Ideally, I would like to add this function to the
right-click context menu in Mozilla, so I could just highlight a word,
select something like "look up in [dictionary name]" and have the
output put in the text file.
I've heard Java is simple for beginners and good for this kind of
thing. Is this correct? And if so, is there any Java textbook I should
avoid?
Thanks,
Marc