954,554 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Display 3 websites in java

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?

dandeliondream
Newbie Poster
6 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

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().

Aviras
Junior Poster in Training
82 posts since Jul 2008
Reputation Points: 24
Solved Threads: 8
 

I'd start here: http://lobobrowser.org/java-browser.jsp
an open source, fully API-extendable java browser.

Anyday
Newbie Poster
15 posts since Oct 2011
Reputation Points: 11
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: