Hi guys
I'm developing a
Java application on Netbeans, with a web browser embeded on it.
The browser works fine, i have choosen JD Native Swing libraries for web browsing
and I can access any website on it, but here's the deal:
I want to modify some of the HTML content on the browser, but havent figured out how, what i tried
is to do something like:
That code let me replace text1 with text2, in the webbrowser, but when the setHTMLContent runs,
the website lose all the structure, because im not just replacing a text inside the html code, but setting a totally
new HTML content.
I tried this using JD Native Swing and JDIC but im still not able to do what i want.
Any ideas?
Thanks in advance =)