Re: RFR: 8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS [v2]

2024-07-15 Thread Abhishek Kumar
On Mon, 15 Jul 2024 09:21:24 GMT, Prasanta Sadhukhan wrote: >> When a JTable is resized with` JTable.setAutoResizeMode` set to ` >> AUTO_RESIZE_LAST_COLUMN` then it behaves exactly as if I specified >> `AUTO_RESIZE_ALL_COLUMNS`. >> This is because when `JTable.doLayout` tries to resize the co

Re: RFR: 8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS [v2]

2024-07-15 Thread Prasanta Sadhukhan
On Mon, 15 Jul 2024 09:18:08 GMT, Prasanta Sadhukhan wrote: >> When a JTable is resized with` JTable.setAutoResizeMode` set to ` >> AUTO_RESIZE_LAST_COLUMN` then it behaves exactly as if I specified >> `AUTO_RESIZE_ALL_COLUMNS`. >> This is because when `JTable.doLayout` tries to resize the co

Re: RFR: 8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS [v2]

2024-07-15 Thread Prasanta Sadhukhan
> When a JTable is resized with` JTable.setAutoResizeMode` set to ` > AUTO_RESIZE_LAST_COLUMN` then it behaves exactly as if I specified > `AUTO_RESIZE_ALL_COLUMNS`. > This is because when `JTable.doLayout` tries to resize the columns, it checks > which column to resize by calling `getResizingC