RFR: JDK-8015739: Background of JInternalFrame is located out of JInternalFrame [v3]
Harshitha Onkar
honkar at openjdk.org
Fri Sep 30 00:19:47 UTC 2022
On Thu, 29 Sep 2022 19:47:43 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> added local variable for scaled corner
>
> test/jdk/javax/swing/JInternalFrame/InternalFrameBorderTest.java line 82:
>
>> 80: * @run main/othervm -Dsun.java2d.uiScale=1 InternalFrameBorderTest
>> 81: * @run main/othervm -Dsun.java2d.uiScale=2 InternalFrameBorderTest
>> 82: */
>
> Are there any differences for the test instructions on mac and linux? If not then why do we keep two identical test headers instead of one that covers both mac and linux with tag `@requires (os.family == "linux" | os.family == "mac")` ?
@azuev-java Thanks for catching it. Removed the redundant header.
-------------
PR: https://git.openjdk.org/jdk/pull/10274
More information about the client-libs-dev
mailing list