File tree 2 files changed +10
-2
lines changed
src/java.desktop/share/classes/javax/swing
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1997, 2015 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1997, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -86,6 +86,10 @@ public BevelBorder(int bevelType) {
86
86
/**
87
87
* Creates a bevel border with the specified type, highlight and
88
88
* shadow colors.
89
+ * The bevel outer highlight color and bevel inner highlight color
90
+ * will be derived from specified highlight color and
91
+ * bevel outer shadow color and bevel inner shadow color
92
+ * will be derived from specified shadow color.
89
93
* @param bevelType the type of bevel for the border
90
94
* @param highlight the color to use for the bevel highlight
91
95
* @param shadow the color to use for the bevel shadow
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1997, 2015 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1997, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -219,6 +219,10 @@ public BevelBorderUIResource(int bevelType) {
219
219
220
220
/**
221
221
* Constructs a {@code BevelBorderUIResource}.
222
+ * The bevel outer highlight color and bevel inner highlight color
223
+ * will be derived from specified highlight color and
224
+ * bevel outer shadow color and bevel inner shadow color
225
+ * will be derived from specified shadow color.
222
226
* @param bevelType the type of bevel for the border
223
227
* @param highlight the color to use for the bevel highlight
224
228
* @param shadow the color to use for the bevel shadow
You can’t perform that action at this time.
0 commit comments