JTable is not displayed to the full width of the screen.
I am using AUTO_RESIZE_OFF option in setAutoResizeMode(JTable.AUTO_RESIZE_OFF); API.
It makes the JTable to shrink fit to the screen and not fit to the entire width of the screen.
Any thoughts please to make the JTable to fit completely to the width of the screen?
Thanks in advance,
Rajakumar