Including a JApplet application in a JFrame application

From: Aurel (aurela_at_ifrance.con)
Date: 12/06/04


Date: Mon, 6 Dec 2004 15:25:02 -0500

Hi,

I developped an applet (JApplet class) and now I'd like to integrate it in
another application which is a JFrame one...

Does anyone can help ?

Thanks in advance...

AureL



Relevant Pages

  • Re: Including a JApplet application in a JFrame application
    ... Aurel wrote: ... > I developped an applet (JApplet class) and now I'd like to integrate it in ... > another application which is a JFrame one... ... Notice that JApplet is an subclass of JComponent. ...
    (comp.lang.java)
  • Re: opening a window from an applet..
    ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... Which is a frame like any other. ...
    (comp.lang.java.gui)
  • Re: opening a window from an applet..
    ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... public void init() { ...
    (comp.lang.java.gui)
  • JFrame Status Abfrage ( isShowing or NOT ???)
    ... Wenn ich nun in dem Applet auf einen ... Button klicke oeffnet sich eine JFrame. ... Moeglich mit OK zu bestaetigen und zu speichern oder mit Cancel ... Ich habe es im Applet mit einer while Schleife versucht und ...
    (de.comp.lang.java)
  • Re: opening a window from an applet..
    ... (public class extends JFrame?) ... if it's a JFrame instead of an applet does it still have to have initmethod? ... (can I open a swing window from an applet? ... a new window from an applet this is simply for a chat app applet, chat window opens in a new window (new window doesn't mean a separate app.. ...
    (comp.lang.java.gui)