Embedding a Jframe in an Applet




Hello All,

I have a JFrame and a JApplet.
I need to navigate from the JApplet to the JFrame. (This is not an
issue).

I need to get my project running on the web. So, I need to embed the
JFrame in the JApplet, so that instead of calling the JFrame from the
JApplet, i can call another JApplet which has this JFrame.

Help badly needed.

Thanks in advance,
Pramod

.



Relevant Pages

  • Re: JScrollPane Problem
    ... applications *from* applets, but not tried to ... derive from JPanel instead of JApplet). ... > attach your panel to an appropriate container (JApplet or JFrame) as ... sometimes I go further up the tree and use Container) ...
    (comp.lang.java.programmer)
  • Re: Launching applet from console?!?!
    ... applet's/application's functionality in a JPanel subclass that will ... function as the content pane in either a JFrame or a JApplet. ... either a JApplet "wrapper" or a JFrame "wrapper". ...
    (comp.lang.java.gui)
  • Re: Animated GIF display in JFrame vs. JApplet
    ... The GIF animates when displayed in the JFrame by using the paintIconmethod of ImageIcon but the same code only displays a static icon in the applet. ... it works fine when the JPanel is in a JFrame but not in a JApplet. ... Unlimited Access, Anonymous Accounts, Uncensored Broadband Access ...
    (comp.lang.java.programmer)
  • Re: Java in Browser
    ... Stay away from making any JFrame or JFrame forms (in the GUI ... Use JPanel directly or via the GUI builder (JPanel is ... Because JApplet will replace JFrame when you're building an applet. ... JFrame is one of a small number of top-level containers; ...
    (comp.lang.java.programmer)
  • Re: Animated GIF display in JFrame vs. JApplet
    ... The GIF animates when displayed in the JFrame by using the paintIconmethod of ImageIcon but the same code only displays a static icon in the applet. ... it works fine when the JPanel is in a JFrame but not in a JApplet. ...
    (comp.lang.java.programmer)