Column "Resize Cursor" of JTable issue

Hi All,

I have serious issue with the visibility of ColumnResize cursor display of JTable.

Scenario: when we place mouse pointer in between table column headers then "Resize curosr " (ie. double sided arrow) is to be displayed.It is not being displayed in my application.

Code:

JTable table = new JTable(model);

table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);

Please somebody help me out.

cheers,

sharath

[461 byte] By [sharath540a] at [2007-10-2 16:43:41]
# 1

Works fine for me.

If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program[/url] that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.

And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags[/url] so the code retains its original formatting.

camickra at 2007-7-13 17:53:15 > top of Java-index,Desktop,Core GUI APIs...