1

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?

mKorbel
  • 109,525
  • 20
  • 134
  • 319
KJW
  • 15,035
  • 47
  • 137
  • 243

1 Answers1

2

agreed, I saw and I have some issues with setCursor to the JScrollPane, this method must be called on EDT, (on EDT) in most of cases works for me correctly

I'd suggest use default Cursors returned from Native OS, or use JWindow for creating Custom Cursor or ????

Community
  • 1
  • 1
mKorbel
  • 109,525
  • 20
  • 134
  • 319