On Thu, 10 Nov 2022 06:00:27 GMT, Tejesh R <t...@openjdk.org> wrote: > Observation found when _JFileChooser_ is instantiated in _WindowsLookAndFeel_ > which invokes _getSystemIcon()_ from WindowsFileChooserUI class. Could not > find the exact root cause so predicting it to be an issue with icons not > loaded where _resolutionVariants_ map is empty in _public Image > getResolutionVariant(double width, double height) _. Hence proposing a null > check before accessing _getWidth()_. Fix is tested in CI system.
This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/11079