RFR: 8281569: Create tests for Frame.setMinimumSize() method [v7]

Alexey Ivanov aivanov at openjdk.java.net
Wed Mar 2 09:56:06 UTC 2022


On Wed, 2 Mar 2022 06:10:42 GMT, Srinivas Mandalika <smandalika at openjdk.org> wrote:

>> Create tests for setMinimumSize functionality
>> Create a test which verifies that on increasing the Frame's minimumSize, it gets reflected in the subsequent getSize call
>> Create a test which verifies that on frame resizes back to minimumSize on calling pack.
>
> Srinivas Mandalika has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comments fixed: field declared on different line, finally block on same line, changed to +=,..

Marked as reviewed by aivanov (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7444



More information about the client-libs-dev mailing list