RFR: 7131166: SynthListUI / SynthInternalFrameTitlePane updateStyle() ignores method argument
Sergey Bylokhov
serb at openjdk.org
Sun Jan 22 16:20:03 UTC 2023
On Mon, 16 Jan 2023 19:28:05 GMT, SWinxy <duke at openjdk.org> wrote:
>As they ought to. All UI classes assume that the source for the property listener is the component it is the delegate for, which is why we see some classes passing e.getSource() and others passing the protected field. It's not something we can test, because the issues will arise when other people invoke the listener, and the JDK code doesn't (seem to) directly call it.
It is called t notify the listener since we added the UI delegate to the list:
-------------
PR: https://git.openjdk.org/jdk/pull/11875
More information about the client-libs-dev
mailing list