How to change cursor via code?

Answered

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?

0
1 comment

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

Please sign in to leave a comment.