On Thu, 1 Apr 2021 12:20:54 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> The current spec for > javax/swing/plaf/BorderUIResource.BevelBorderUIResource.html(int,java.awt.Color,java.awt.Color) > does not clearly specify the usage of color for hightlight and shadow as > there are outer/inner hightlight and outer/inner shadow. > Updated spec to clarify the same. This pull request has now been integrated. Changeset: b71f85ad Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/b71f85ad9d5dbd59b1d279148bc65ac26309a942 Stats: 10 lines in 2 files changed: 8 ins; 0 del; 2 mod 8264398: BevelBorderUIResource(int, Color, Color) and BevelBoder(int, Color, Color) spec should clarify about usage of highlight and shadow color Reviewed-by: serb ------------- PR: https://git.openjdk.java.net/jdk/pull/3305