RFR: JDK-8353755 : Add a helper method to Util - findComponent() [v5]
Harshitha Onkar
honkar at openjdk.org
Wed Nov 5 19:03:25 UTC 2025
On Wed, 5 Nov 2025 18:36:35 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> indentation
>
> test/jdk/javax/swing/regtesthelpers/Util.java line 147:
>
>> 145: */
>> 146: public static Component findSubComponent(Component parent, String className) {
>> 147: return findComponentImpl((Container) parent,
>
> To guarantee, it's run on EDT, you have to call `findComponent`.
Oh, missed it earlier. Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27944#discussion_r2495747144
More information about the client-libs-dev
mailing list