Hi,
I wish to display the homepage of 3 websites (e.g. www.msn.com, www.google.com, www.apple.com) on screen. What should i use?
Is there a tutorial somewhere?
Hi,
I wish to display the homepage of 3 websites (e.g. www.msn.com, www.google.com, www.apple.com) on screen. What should i use?
Is there a tutorial somewhere?
As far as I'm aware it's not possible to 'show a website' in a java program. It is however possible to write a html doc with 3 iframes, modify that doc through java, and open it using the default browser though the function Desktop.open().
I'd start here: http://lobobrowser.org/java-browser.jsp
an open source, fully API-extendable java browser.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.