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.

0

请先登录再写评论。