开发者

Java awt applet with Microsoft JVM white screen

I have a java chat applet that's compatible with JDK1.1 so it works well even with Microsoft JVM.

the thing is, sometimes the chat area within the applet becomes white and messed up. It can only be fixed back by closing the whole Internet Explorer (all windows and tabs) and r开发者_运维知识库estarting it.

this doesn't exist when running the applet on sun's JVM, but we have to use MS's. it seems like it's related to the instance of JRE that runs with the browser when the first applet starts.

The area that becomes messed up is a panel object used to render users's chat text. Any ideas?


In perhaps a related matter, Java 5 is End Of Life this month.

You may find you have to use something which can be supported like Java 6, or a non-Java solution. Perhaps an open source Ajax chat...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜