On Mon, 16 Jan 2023 19:28:05 GMT, SWinxy <d...@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

Reply via email to