Getting the Java Swing 'No Drag' Cursor

java, swing

Solution

I think you might be looking for the DragSource class which has bunch of predefined cursors.

Problem

Is it possible to get a reference to Swing "no Drag "Cursor ,since it is OS Specific, or maybe override it

Original source