<Swing Dev> RFR: 8253266 : JList and JTable constructors should clear OPAQUE_SET before calling updateUI [v3]

Sergey Bylokhov serb at openjdk.java.net
Mon Apr 5 17:48:17 UTC 2021


On Mon, 5 Apr 2021 07:55:11 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> What is the difference from setting it via "skin.laf"? The "skin.laf" is converted to the NimbusDefaults during the build and these defaults are used by the NimbusLookAndFeel.
>
> I personally feel setting in code will be easier to maintain going forward than to go through property file settings.

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?

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

PR: https://git.openjdk.java.net/jdk/pull/3167


More information about the swing-dev mailing list