opening a window from an applet..
- From: Frances <fdr58@xxxxxxxxx>
- Date: Mon, 29 Aug 2005 10:41:14 -0400
when you open a window from an applet (I mean JApplet) does that window also have to be an applet? if not then what? JFrame? (public class [class] extends JFrame?) if it's a JFrame instead of an applet does it still have to have init() method? or does it have to have main() method instead? I'm confused about this... can u pls point to where I can read up on this in java.sun.. (a lot of things they explain about applets is very different for JApplets.. and sometimes when they're explaining something about applets I don't know if what they're talking about also applies to JApplets..)
(can I open a swing window from an applet? or does it have to be from a JApplet?)
thank you..
.
- Follow-Ups:
- Re: opening a window from an applet..
- From: Roedy Green
- Re: opening a window from an applet..
- From: Thomas Fritsch
- Re: opening a window from an applet..
- From: Thomas Hawtin
- Re: opening a window from an applet..
- Prev by Date: Re: What to override inJComboBox
- Next by Date: Waiting for a non-blocking dialog
- Previous by thread: Eclipse Plugin - Export: class not found
- Next by thread: Re: opening a window from an applet..
- Index(es):
Relevant Pages
|