On Wed, 14 Jun 2023 15:50:29 GMT, Tejesh R <[email protected]> wrote: > Although this might be a bug in insets but for this issue, I guess in native > filechooser, "Size" is left aligned which is what we follow.. I think in Java > Windows L&F too, it is right aligned which I think we should rectify > otherwise it can come as another bug that we are not following native look..
Java L&F may not follow what native File Explorers / Navigators do — after all, it's a Java Look-and-Feel. On Windows, Explorer displays the Size header left-aligned as all other headers, yet the values in the Size column are right-aligned. If Swing doesn't allow different alignment for the header cell and data cells in a column, then we should preserve right-alignment. ------------- PR Comment: https://git.openjdk.org/jdk/pull/14464#issuecomment-1591988020
