Hi there again,
Uff, i struggle so much ...
Anyone can help?
I have public void szukaj() and wynik(). in szukaj there is a Choice List. i
started my applet with abstract calss extends applet implements
ItemListener. in start () i wrote "szukaj();", but i got a message "Start
applet not initialized". what's wrong?
anna
Luke Webber - 19 Feb 2006 22:11 GMT
> Hi there again,
>
[quoted text clipped - 6 lines]
> ItemListener. in start () i wrote "szukaj();", but i got a message "Start
> applet not initialized". what's wrong?
What browser are you using? You need to enable the Java console so that
you can look to see what exception is being thrown.
Luke