开发者

Small dot trailing cursor in Swing application

开发者 https://www.devze.com 2022-12-14 08:27 出处:网络
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?

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

精彩评论

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