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?
Please sign in to leave a 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.