<Swing Dev> RFR: 8263472: Specification of JComponent::updateUI doesn't mention that the original implementaiton does nothing
Prasanta Sadhukhan
psadhukhan at openjdk.java.net
Mon Mar 15 04:17:15 UTC 2021
On Fri, 12 Mar 2021 22:24:09 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
>
>
> Do we really want to specify this as a noop method? In this case, we will not be able to change this implementation in the future.
I thought about it earlier but I raised this PR as I don't see this method was updated from inception so I was not sure if it will be in future and also since it already says "JComponent subclasses **must** override this method" so a noop default implementation will not be a problem, I guess.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2955
More information about the swing-dev
mailing list