Hello,

 

Could you review a fix for jdk16, please?

 

Webrev: http://cr.openjdk.java.net/~dmarkov/8136363/webrev/

Bug: https://bugs.openjdk.java.net/browse/JDK-8136363

 

Problem Description:

Nimbus-LaF: background color cleared when setting component name of JToolbar

 

Fix:

The updatestyle method of the synthlook&feel is called to update style for the 
regions of every component.

In this case ,style for the regions of  JToolbar (Region.TOOL_BAR_CONTENT and 
Region.TOOL_BAR_DRAG_WINDOW) was getting cleared and so the background color 
was getting cleared.

I have updated the correct style for the regions of JToolbar.

 

 

Thanks,

Abhishek

Reply via email to