On Mon, 15 Jul 2024 09:29:11 GMT, Abhishek Kumar <[email protected]> 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
