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

SWinxy duke at openjdk.org
Sun Jan 15 04:02:10 UTC 2023


On Wed, 11 Jan 2023 07:52:13 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> Is it possible to change the current UI style based on the context from the separate component?

Looks like it. It _could_ be addressed by passing the `list` object into `SynthListUI#updateStyle` instead. Or by making these classes not implement listeners.

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

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



More information about the client-libs-dev mailing list