How to change cursor via code? 关注
已回答
Hi,
i would like to change the cursor via code sometimes to signal that something is happening in the background.
Is something like this possible?
请先登录再写评论。
Hi,
You should use a com.intellij.openapi.progress.ProgressIndicator to singal the background work and its progress instead of changing the mouse cursor.