"Vella, John" schrieb:
> 
> I'm using my own renderer component for my table's column headers. For some reason 
>using "setCursor" on the header components doesn't work(ie the default "arrow" cursor 
>is always used). Is there some special magic that needs to be done? I can set a 
>custom cursor on the JTable itself but I can't seem to change the table header. I'm 
>using 1.3.1.

The MouseInputHandler in BasicTableHeaderUI does some cursorhandling
in mouseMoved: it has to set the resizeCursor if the mouse is
somewhere between columns. Unfortunately it set's the defaultCursor at
every other position instead of asking the tableHeader for any cursor
set. That's for 1.3, it behaves correctly in 1.4.

Greetings
Jeanette
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to