> When I run this applet by using the appletviewer I get the correct text in
> the textfield from the applet.
[...]
>
> When I instead use the Microsoft Internet Explorer browser and run the
> same html pages as for the appletviewer with the applet I get initializing
> and then starting which is correct.
[...]
> Can anybody explain why not the stopping and starting was added in the
> textfield when I minimized the browser and then bring it up again?
> Have I understood this completely wrong?
The itemStateChanged method ... I have a List and a Choice on an applet and I want a TextField below them to ...display the selected text of each one. ...List selType = ie.getItemSelectable; ... (comp.lang.java.help)
Lifecycle for applets ... I have an applet with a textfield where I can see the different states that ... the applet has been in and in addition what the present state is. ... Each time when method init is called the applet writes initializing in the ... When I instead use the Microsoft Internet Explorer browser and run the same ... (comp.lang.java)
lifecycle for an applet ... I have an applet with a textfield where I can see the different states that ... the applet has been in and in addition what the present state is. ... Each time when method init is called the applet writes initializing in the ... When I instead use the Microsoft Internet Explorer browser and run the same ... (microsoft.public.dotnet.vjsharp)
Problem with Netscape 7 / JTextField echo ... Every char I type into the TextField gets duplicated. ...Funny: ... If I open the Java console and go back to the Applet,... (comp.lang.java.gui)
Re: enter event (and source) ... >> I am building an applet with some textfields. ... >> from which textfield the ENTER is coming. ... >> What is an easy way to execute some code when a user hits enter and to ... >> public void paint{ ... (comp.lang.java.programmer)