RFR: JDK-8329692 : Add more details to FrameStateTest.java test instructions [v5]
lawrence.andrews
duke at openjdk.org
Tue Apr 30 19:32:54 UTC 2024
On Tue, 30 Apr 2024 17:57:14 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
>> For the following manual test, more instructions are added as to what to expect for "hide,iconify and show" vs "hide,iconify,show and restore" for clarity.
>
> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>
> minor spacing
test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java line 177:
> 175: add(b3 = new Button("Iconify"));
> 176: add(b4 = new Button("Iconify and Restore"));
> 177: add(b5 = new Button("Hide and show"));
To be consistent with other buttons , this button can be changed from text "Hide and show" to "Hide and show"
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19008#discussion_r1585429023
More information about the client-libs-dev
mailing list