On Wed, 11 Jan 2023 07:02:18 GMT, Andrey Turbanov <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Reverting aqua check condition > > src/java.desktop/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java > line 586: > >> 584: } >> 585: >> 586: if(fc.getDialogType() == JFileChooser.OPEN_DIALOG || > > Suggestion: > > if (fc.getDialogType() == JFileChooser.OPEN_DIALOG || Updated. ------------- PR: https://git.openjdk.org/jdk/pull/11901
