The Artima Developer Community
Sponsored Link

Java Answers Forum
How to display Internet Explorer in a JFrame

2 replies on 1 page. Most recent reply: Jul 22, 2003 11:10 PM by Greg Lehane

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Prakash

Posts: 1
Nickname: gprakash
Registered: Jul, 2003

How to display Internet Explorer in a JFrame Posted: Jul 19, 2003 3:12 AM
Reply to this message Reply
Advertisement
Hi all,
I want to display an IE in a JFrame.Please help me how to do it.And let me know is there any plugin for pdf files to display in a JFrame.

Regards,
Prakash


M.Murugeswaran

Posts: 7
Nickname: mmuruges
Registered: Jun, 2003

Re: How to display Internet Explorer in a JFrame Posted: Jul 21, 2003 2:05 AM
Reply to this message Reply
try with JTextPane.

Greg Lehane

Posts: 33
Nickname: glehane
Registered: Jun, 2003

Re: How to display Internet Explorer in a JFrame Posted: Jul 22, 2003 11:10 PM
Reply to this message Reply
You can use a javax.swing.JEditorPane to render html. It extends JTextPane.

As for displaying IE itself in a JFrame. Good luck.

=- Greg

Flat View: This topic has 2 replies on 1 page
Topic: hashtable to oracle Previous Topic   Next Topic Topic: Whats a 'unreachable statement'?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use