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.
我在我的 Netbeans 中的列表中看到了这种效果。有人可以告诉我这个效果叫什么以及如何在我的自定义 ListCellRenderer 中实现它吗?
谢谢你的帮助。
安迪
您可以做的最接近的事情是使用“工具提示”。这是通过以下方式完成的:
setToolTipText()
getToolTipText()
通常,工具提示出现在鼠标位置下方。您还可以覆盖该getToolTipLocation()方法以将工具提示定位在当前行上,以更接近地模仿 netbeans 行为。
getToolTipLocation()