开发者

Small dot trailing cursor in Swing application

There is a small dot that keeps trailing the cursor on a Swing application as I 开发者_Python百科move the cursor about over the application frame. What is causing this?


Can it be an empty tooltip? Is the getTooltip() method implemented for the frame (or other component you are hovering over)? If you don't want the tooltip, you should return null, and not an empty String.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜