The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet inside JEditorPane?

3 replies on 1 page. Most recent reply: May 26, 2004 11:10 AM by twc

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 3 replies on 1 page
Muzammil

Posts: 3
Nickname: muzammilg
Registered: May, 2004

Applet inside JEditorPane? Posted: May 25, 2004 3:00 PM
Reply to this message Reply
Advertisement
In my MainApplet.java, I have a JEditorPane. How can I run another applet(Applet2) inside JEditorPane.

Regards


twc

Posts: 129
Nickname: twc
Registered: Feb, 2004

Re: Applet inside JEditorPane? Posted: May 26, 2004 5:35 AM
Reply to this message Reply
Why would you want to?

Muzammil

Posts: 3
Nickname: muzammilg
Registered: May, 2004

Re: Applet inside JEditorPane? Posted: May 26, 2004 6:06 AM
Reply to this message Reply
applet2 will be drawing graphs and will keep on updating.

twc

Posts: 129
Nickname: twc
Registered: Feb, 2004

Re: Applet inside JEditorPane? Posted: May 26, 2004 11:10 AM
Reply to this message Reply
Does it need to be a separate Applet? Can't you house it in a Panel or JPanel?

Flat View: This topic has 3 replies on 1 page
Topic: test Previous Topic   Next Topic Topic: Exec. command in form of string

Sponsored Links



Google
  Web Artima.com   

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