RFR: 8340193: Open source several AWT Dialog tests - Batch 1 [v3]

Tejesh R tr at openjdk.org
Tue Oct 8 11:04:52 UTC 2024


On Mon, 30 Sep 2024 03:30:19 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Probably component is resized even before PassFailJFrame creates the logArea in Builder interface.
>> The instructions says 
>> "When isResizable is true the dialog is resizable. When isResizable is false the dialog is non-resizable" and you are logging "PassFailJFrame.log("isResizable is set to: " + bResizeState);" 
>> 
>> so, it seems ComponentListener is not needed and all these 4 methods can be removed which is only logging and that too is not visible to tester...
>
> this is pending..

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21174#discussion_r1791663173


More information about the client-libs-dev mailing list