Re: opening a window from an applet..



On Mon, 29 Aug 2005 11:51:48 -0400, Frances <fdr58@xxxxxxxxx> wrote or
quoted :

>thank you very much.. other problem I have is I don't know what
>Event-Dispatch Thread

It is the default thread in AWT or Swing, the one that triggers
events. If you don't want to be using that thread, you had better
have spawned your own Thread.

See http://mindprod.com/jgloss/thread.html

--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.



Relevant Pages

  • Toggle Button for AWT
    ... I was wondering is there is a quick way to make a Button work like a toggle ... button in AWT (I Cannot use swing). ... Prev by Date: ...
    (comp.lang.java.gui)
  • Conversion tool from awt to swing?
    ... Is there a tool somewhere that can convert the source code of an awt ... application to swing? ... Chris ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: applet
    ... > What is difference between JApplet and Applet? ... The same between AWT and Swing. ... Prev by Date: ...
    (comp.lang.java.gui)
  • Re: flush the content of a TextArea?
    ... I mean JTextArea in swing ... instead of TextArea in awt. ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: New applet project
    ... A web start application (or applet) ... object moving in a window; I have also some text attached to this work ... Note that (java.awt.)Canvas is part of the AWT, ... looking to Swing for good GUI's. ...
    (comp.lang.java.help)