any way to set custom cursor from image for a jscrollpane in a jsplitpane panel?
right now I get a custom icon that displays in the entire Jframe and I would like it limited to a specific jscrollpane.
anyway to make it display on top of heavyweight component?
agreed, I saw and I have some issues with
setCursorto theJScrollPane, this method must be called on EDT, (on EDT) in most of cases works for me correctlyI’d suggest use default
Cursorsreturned fromNative OS, or useJWindowfor creatingCustom Cursoror ????