RFR: 7131166: SynthListUI / SynthInternalFrameTitlePane updateStyle() ignores method argument

Sergey Bylokhov serb at openjdk.org
Mon Jan 9 16:53:55 UTC 2023


On Mon, 9 Jan 2023 10:17:01 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> I dont think there is any difference between passing method argument vis-a-vis this as I think both point to same object..

Are you sure that it is always the same? Right now we ignore the component passed from the SynthListUI.propertyChange() and use list, after the change we will use the source of the event, I think that could be tested.

-------------

PR: https://git.openjdk.org/jdk/pull/11875



More information about the client-libs-dev mailing list