Java awt 小程序与 Microsoft JVM 白屏
我有一个与 JDK1.1 兼容的 java 聊天小程序,因此它甚至可以与 Microsoft JVM 配合使用。
问题是,有时小程序内的聊天区域会变白且混乱。 它只能通过关闭整个 Internet Explorer(所有窗口和选项卡)并重新启动来修复。
当在sun的JVM上运行小程序时,这个不存在,但我们必须使用MS的。 它似乎与第一个小程序启动时随浏览器运行的 JRE 实例有关。
变得混乱的区域是用于呈现用户聊天文本的面板对象。 有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许与此相关的是,Java 5 将于本月终止生命。
您可能会发现必须使用 Java 6 等受支持的解决方案或非 Java 解决方案。
也许是一个开源 Ajax 聊天......
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...