Extract cursor image in Java

前端 未结 3 541
隐瞒了意图╮
隐瞒了意图╮ 2020-12-06 03:09

I was wondering if there is a way to extract an Image object from a Cursor object in Java.

A use for this would be for instance :

Image img = extract         


        
3条回答
  •  天涯浪人
    2020-12-06 03:41

    It might be possible to find the system cursor images from JRE. Looking at the source code might be interesting too.

提交回复
热议问题