On Wed, 7 Apr 2021 01:29:22 GMT, Sergey Bylokhov <s...@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