<Swing Dev> RFR: 8253266 : JList and JTable constructors should clear OPAQUE_SET before calling updateUI [v3]
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Wed Apr 7 03:22:38 UTC 2021
On Wed, 7 Apr 2021 01:29:22 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>> Then why we need this file at all? Now we will set the false value in the config, and true at runtime, what is the profit?
>
> I think we should set it in the config file since this is the place where all other properties are stored.
Before this fix, I see it was set in property file and then overridden in JToolTip. Current fix does the same, set in property file and then overridden in SynthToolTipUI. But I don't have objection if it is only controlled by property file.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3167
More information about the swing-dev
mailing list