RFR: 8234071: JTable.AUTO_RESIZE_LAST_COLUMN acts like AUTO_RESIZE_ALL_COLUMNS
Prasanta Sadhukhan
psadhukhan at openjdk.org
Mon Jul 15 09:38:53 UTC 2024
On Mon, 15 Jul 2024 09:29:11 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
> I was referring to the description of `AUTO_RESIZE_NEXT_COLUMN` in [doLayout](https://docs.oracle.com/en/java/javase/22/docs/api/java.desktop/javax/swing/JTable.html#doLayout()) API.
"boundary" or divider between adjacent cells being independently adjustable
I guess this is happening...You can resize each column independently by the "divider" between 2 columns (i.e., by dragging the divider left or right, you can see columns can be resize independently)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20107#issuecomment-2228082244
More information about the client-libs-dev
mailing list