简体   繁体   中英

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 restarting 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...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM