Hi, im having problems using JSplitPane when i compile my aswing app to Windows.
I tried the HaxeAsWing.exe example in aswing website and it has the same problem:
-Mouse dont change graphic consistently (only shows the changed graphic under mouse for brief frames).
- Really hard to drag-resize the JSplitPane (you can actually resize it, but it takes alot of skill).
You can see it yourself on the HaxeAsWing.exe example, on containers tab there is a JSplitPane.
Anyone has the same problem? Is there a workaround? What is the cause of it? Is it only JSplitPane or any component that
attemps to change the mouseGraphic (seems to have something to do with that maybe)?
Cheers,