Results 1 to 1 of 1
- 07-18-2007, 03:11 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 4
- Rep Power
- 0
Java application help and suggestions required
Respected Members,
I want to make a program in Java but very much confused that what’s the best solution, the following is the scenario:
The Java program which I have to make is continuously running in the memory like a windows service or process I mean when ever I start my computer the program starts running automatically at the back end. Now lets come to the actual problem, actually I have a third party software running on my PC which is basically a Java Swing Application, it contains simply a form and a text field, I don’t have access to the source code or any API of the software by which I could have interacted with this application, now we have to apply some necessary validations on the value entered in the text field but sine we didn’t have access to the source code or any API so I decided to develop a Java program for the solution, what my Java program(continuously running in memory) has to do is that when user enters some value in the text field of that software and than selects the value, after selecting the value when the user press ctrl+F1 key (pressing both ctrl and F1 keys together) than that selected value is inserted in the System Clipboard and than we can retrieve the value from clipboard, once this value is in our hand we can do any thing with it,
now my question is that how to transfer this value to the clipboard since for this purpose we have to access the selected text in the text field of the active window(Java swing application) than how can we access this active window or selected text using Java, this is just one solution which I have thought and trying to make it possible, please guide me that how can this be possible and what will be the best solution in this scenario.
Thanking You,
Bilal Ali.
Similar Threads
-
Suggestions required for solving a Java problem
By bilal_ali_java in forum Advanced JavaReplies: 3Last Post: 08-16-2008, 01:11 AM -
Help required
By Azndaddy in forum New To JavaReplies: 0Last Post: 03-27-2008, 01:57 AM -
Any Datastructure Suggestions For An Unbalanced Tree?
By markus-sukram in forum New To JavaReplies: 0Last Post: 03-26-2008, 02:25 PM -
Quick Job required in Java
By taxman in forum Jobs OfferedReplies: 0Last Post: 01-02-2008, 11:46 AM -
Help required: regarding java.net.URL api
By tarzan007 in forum New To JavaReplies: 3Last Post: 11-07-2007, 04:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks