Changing the Resizing cursor of the split pane
Is there any way to change the divider's cursor? I need to do this because I need two panels (north and south) but cannot be adjusted.. I tried to disable the splitpane but when I clicked any cells in a Jtable or a textfield the text cursor doesnt appear. so I need to enable again the divider...
what I need is to set the divider unmovable so I set the two components's minimum sizes so the divider cannot be moved(I accomplish this) but it looks awkward that when I hover the mouse in the divider the resizing cursor appear when the divider cannot be moved... how can I change its cursor?...
I tried to change it by setting a default cursor.. but still nothing changes..
please I need help