On Wed, 13 Nov 2024 02:40:16 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Test fails in NimbusL&F as DesktopPane does not have green background as set > by the user, which is because, the auto-generated [DesktopPanePainter > class](https://github.com/openjdk/jdk/blob/eb40a88f4076360708402454a494907e8c0c845d/src/java.desktop/share/classes/javax/swing/plaf/nimbus/SynthPainterImpl.java#L100-L102) > which has pre-coded color values does not honour user-defined color. > > Fix is to make sure user-defined DesktopPane background color is honoured and > is painted and only auto-generated class for L&F derived colors. > CI is ok.. This pull request has now been integrated. Changeset: aa10ec7c Author: Prasanta Sadhukhan <[email protected]> URL: https://git.openjdk.org/jdk/commit/aa10ec7c96bc50057e07fe2733079a1b3fa13a03 Stats: 20 lines in 2 files changed: 13 ins; 1 del; 6 mod 8343123: Nimbus: javax/swing/JInternalFrame/bug6726866.java does not have green undecorated window Reviewed-by: tr, dnguyen ------------- PR: https://git.openjdk.org/jdk/pull/22057
