JRE 6U24 的 JTable HTML 字体显示问题
在我的JApplet程序中,我想将JTable的一个单元格的颜色设置为蓝色。 虽然有很多方法可以做到这一点。我认为简单的一种方法是使用 HTML 标签。 但它只有在第一次使用 JRE 6u24 访问 JApplet 时才能正常工作。 操作如下:
1.打开JApplet,可以看到单元格的颜色显示为BLUE。
2.在IE页面,按F5刷新组件。 您可以看到更改为蓝色的单元格内容现在显示为空白
然后我卸载JRE 6u24并安装其他版本的JRE。 结论是这个问题只发生在6U22之后的版本(包括6U22)。 适用于 6u21 之前的版本(包括 6u21)。
所以这似乎是6U22版本JRE的一个bug。
任何帮助将不胜感激!
In my JApplet program,I'd like to make the color of one cell of JTable to BLUE.
Though there has many methods to do it.One method I think easy is to use HTML tag.
But it only works well when firstly access the JApplet with JRE 6u24.
operation as follows:
1.open the JApplet.You can see the color of cell display BLUE.
2.on the IE page,refresh the component by pressing F5.
You can see the content of the cell which is changed to BLUE is now display as BLANK
Then I unistall the JRE 6u24 and install JRE of other version.
The conclusion is that the problem only happens with version after 6U22(including 6U22).It
works well with version before 6u21(including 6u21).
So it seems a bug of JRE of version 6U22.
Any help would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试错误报告 6996624 所示的解决方法。
Try the work-around shown for bug report 6996624.