I have a java applet that doesn't output anything - it just sends a
single tcp/ip packet and quits.
This makes me wonder which method I should use - init() or start().
Any ideas? ...or are both about the same, for my purposes?
Oliver Wong - 21 Sep 2006 20:35 GMT
>I have a java applet that doesn't output anything - it just sends a
> single tcp/ip packet and quits.
>
> This makes me wonder which method I should use - init() or start().
> Any ideas? ...or are both about the same, for my purposes?
Read
http://java.sun.com/docs/books/tutorial/deployment/applet/lifeCycle.html
- Oliver