I want to get a number on a website for inclusion in the JFrame :eek:. How to get the coordinates of that number on that site and get the value of that number?:((
Printable View
I want to get a number on a website for inclusion in the JFrame :eek:. How to get the coordinates of that number on that site and get the value of that number?:((
Read the source of the webpage and parse out the number as appropriate
http://www.javaprogrammingforums.com...bsite-url.html
For example, flash website, how it can get string to bring up the JFrame. I think to scan images on it.
Thanhks for your help!
I don't understand the question...or know if there was a question. Break the problem down and ask one specific question at a time, otherwise we are left to guess which is unproductive for everyone. If you want to get something from a webpage, follow the advice I posted above. If you want to display html in java, use a JEditorPane or JavaFx
Are you looking to extract a String from a Flash based website? I have no idea how you would do that!
It's not as simple as parsing a String from the websites source.
i had a result in google -> read text from images in java. Now, i want read text from flash on coordinate area.
If i had a flash file on the website
http://screenshotuploader.com/i/7mph5LSNPEc.jpg
Thanks for your help!
That's not a String, it looks like an image containing some text. Looking at the pixels of an image to recognize "text" is very hard.