Re: java applet debugging



Angus wrote:
I am writing a Java applet and all is working so far ok.

As an aside, if I am developing anything beyond
the most trivial of applets, I will write a little
'main()' that launches it in a frame.

It can make development far quicker, up to
a particular stage, depending on the needs
of the applet (applet contexts are harder
to implement, and for JS support..).

Andrew T.

.



Relevant Pages

  • Re: Application in sandbox
    ... You're looking at an applet that launches the JFrames ... of the Tame Swing codes. ...
    (comp.lang.java.programmer)
  • Re: jogl
    ... Andrew Thompson wrote: ... Web start launches a free ... floating frame or applet, but it can ...
    (comp.lang.java.programmer)
  • Eclipse - NullPointerException for the simples possible applet
    ... I've just started using Eclipse 3.2.1 and I've observed that every few launches of the simples possible applet I get the following error: ... public class dummy extends JApplet { ...
    (comp.lang.java.help)
  • Re: passing param to an applet
    ... Andrew Thompson wrote: ... I get no "null" now if field is empty.. ... When the page is first visited, ipt is null so no 'color' param is written to the applet element. ...
    (comp.lang.java.help)
  • Re: No keyboard into in JApplet
    ... Andrew Thompson wrote: ... the keyboard focus in a text component by clicking next to it, ... Here is a test applet on the web that has a Textarea: ... And, Hiwa, your embrace of such disruptive behaviour in an ...
    (comp.lang.java.gui)