JDK-8021573 : JLightweightFrame should honour cursor settings
  • Type: Bug
  • Component: client-libs
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2013-07-26
  • Updated: 2014-01-30
  • Resolved: 2013-10-10
Related Reports
Duplicate :  
Description
Cursor doesn't change (always DEFAULT) for SwingNode.
Comments
At least on Mac, this is caused by the fact that the cursor related data is set during the dispatching of mouse events received by the platform window. But current JLF API doesn't provide any means to trigger that code. Instead, mouse/key events are posted to the EventQueue directly from the client app (SwingNode).
26-07-2013