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
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.