Applet on web

Dear friends,

we have created an applet with different Swing elements (JTextfields, etc). We enter some values and we push a button wich does some actions (calcul, etc) and presents some information and there is an image that appears.

the applet works on appletviewer but when we inserted it on Internet Explorer or Mozilla, strange things happens. The informations and the image does not appear like it should. We cant see it unless if we open and close another window, really strange.

does anybody has an idea why or how can i resolve that?

thx guys, take care

La

[602 byte] By [Landolfa] at [2007-11-26 21:30:07]
# 1
> unless if we open and close another windowWhat's "another window"?
DrLaszloJamfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...
# 2
i mean if we open another Internet Explorer or another program,sorry about my englishthx for ur time,La
Landolfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...
# 3
Any output in the Java console window?
DrLaszloJamfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...
# 4
there are some threads that appear...i can not say what exactly.the thing is tha it works well on appletviewer, so it should work online too! i can not understand why...same threads appear when it works on appletviewerthx i appreciateLa
Landolfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...
# 5
I don't have much experience with applets (I prefer standalone apps) but ifyou've been able to get simpler applets to work, try incrementally addingfeatures to a basic applet and see what makes it fail.
DrLaszloJamfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...
# 6
the thing is tha it s 6 classes that work together so it s kind of hard to start over lie that... if somebody knows something...thx anyway, have a good timeLa
Landolfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...
# 7
I do know that AppletViewer is not a substitute for a real browser.In the future, it's best to test as you go along so that your code works at every step of the way. A bit late for that now, I know,but we all learn the hard way.
DrLaszloJamfa at 2007-7-10 3:10:40 > top of Java-index,Java Essentials,Java Programming...