Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当鼠标悬停在文本的不同部分时,我想突出显示它们。我目前正在将 styleddocument 与 jTextPane 一起使用。有人可以帮我定义样式,以便在鼠标悬停时突出显示单个字符串/段落吗?
谢谢,
您可以定义自定义荧光笔来显示必要的颜色。将 a 添加MouseListener到 jTextPane。您可以获取鼠标坐标并使用viewToModel()jTextPane 的方法来检测偏移量Document并处理当前部分是否应突出显示。
MouseListener
viewToModel()
Document