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?

Recommended Answers

All 2 Replies

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.