On Thu, 8 Apr 2021 04:31:12 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> I don't think the spec is coped from BevelBorder...Yes, the spec is inspired > by how BevelBorder treates the shadow/highlight color! The BevelBorderUIResource is just a tagged wrapper on top of the BevelBorder, it does not provide any additional functionality. > You want same spec to be copied to BevelBorder(int, Color, Color) constrcutor > too? Yes, this constructor is called from the BevelBorderUIResource, and it will be strange if the subclass will have a better spec than the parent. ------------- PR: https://git.openjdk.java.net/jdk/pull/3305