使用 JScrollPane 滚动文本时显示偶尔会扭曲
我有一个应用程序,它在 JScrollPane 中包含的 JEditorPane 中显示文本。 60 个用户拥有此应用程序。有时,在一位用户的计算机上,当她滚动文本时,显示会突然变得扭曲。部分文本的显示方式与滚动之前的显示方式相同,部分文本的显示方式与滚动后的显示方式相同。其效果就像有人将某些像素从屏幕上拉下来并保留其他像素一样。我不相信这是一个软件问题,因为它只发生在一个屏幕上,但我想帮助这个可怜的用户。有什么想法吗?
I have an application that displays text in a JEditorPane contained within a JScrollPane. 60 users have this application. Occasionally on one user's machine, when she scrolls the text the display suddenly becomes distorted. Part of the the text appears the way it did before the scroll and part of it appears the way it did after the scroll. The effect is like it would be if someone pulled some of the pixels down the screen and left others in tact. I don't believe this is a software problem because it only happens in one screen but I would like to help this poor user out. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请检查您的 JDK 版本是否与此错误描述匹配 https://bugs.java.com /bugdatabase/view_bug?bug_id=5087395
Please check if you JDK version matched with this bug description https://bugs.java.com/bugdatabase/view_bug?bug_id=5087395