It's not my code but applets from companies' sites. For instance the
online scan of trendmicro.com . At the beginning of the process the
applet "displays" the security panel asking the user to verify the
security certificate etc.
For instance, the panel remains completely blank (even though you can
blindly click on areas that appears to be some button's place. You see
what I mean?
Bye,
WW
>It's not my code but applets from companies' sites. For instance the
>online scan of trendmicro.com . At the beginning of the process the
>applet "displays" the security panel asking the user to verify the
>security certificate etc.
to track down the source of the problem you need to do some
experiments:
1. try with different browsers. If some work, we have a browser
compatibility bug. See http://mindprod.com/jgloss/browser.html
2. check which version of Java you are using. See
http://mindprod.com/applets/wassup.html to test.
If it is an old version, we need to get you upgraded.
3. turn on the console. see http://mindprod.com/jgloss/console.html
in the browser and report what you see during the failure. There
should be some clues.
4. try some other applets to se if you problem is applets in general
or just this particular company's.
5. try enabling JavaScript. More and more companies are writing web
pages that require the accursed thing turned on.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
whitewolf - 29 Jan 2006 16:28 GMT
It's not my code but applets from companies' sites. For instance the
online scan of trendmicro.com . At the beginning of the process the
applet "displays" the security panel asking the user to verify the
security certificate etc.
For instance, the panel remains completely blank (even though you can
blindly click on areas that appears to be some button's place. You see
what I mean?
Bye,
Thanks for your reply,
in fact the web page embedded applet run properly ( the big sun shining
etc ;-) but the problem arises with the detached windows which are some
kind of [J]Panel or other component relying on awt/swing package. For
instance when pointing mozilla to
http://mindprod.com/applets/wassup.html, such a dialog box pops up,
asking for authorization : the whole content of the panel is grey.
And surprise! the console itself is of the same blind grey.
Meanwhile the applet itself worked !!! displaying the following:
browser = sun.plugin
browser.version = 1.1
file.separator = \
java.class.version = 49.0
java.specification.name = Java Platform API Specification
java.specification.vendor = Sun Microsystems Inc.
java.specification.version = 1.5
java.vendor = Sun Microsystems Inc.
java.vendor.url = http://java.sun.com/
java.version = 1.5.0_06
java.vm.name = Java HotSpot(TM) Client VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Sun Microsystems Inc.
java.vm.specification.version = 1.0
java.vm.vendor = Sun Microsystems Inc.
java.vm.version = 1.5.0_06-b05
line.separator = [binary chars: 0x0d 0x0a i.e. CrLf, \r\n]
os.arch = x86
os.name = Windows 2000
os.version = 5.0
path.separator = ;
... and don't know what to say, maybe some of you does... hopefully
WW