RFR: 8235404: [macos] JOptionPane blocks drawing string on another component [v4]

Harshitha Onkar honkar at openjdk.org
Tue Aug 6 18:54:34 UTC 2024


On Tue, 6 Aug 2024 18:28:09 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Currently if you try to use graphics to draw a string on a frame using JOptionPane + JTextField with a listener as a prompt, the string will not draw. Adding a repaint after dialog.dispose in JOptionPane will cause the text to show after the dialog is closed.
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   space

Changes requested by honkar (Reviewer).

test/jdk/javax/swing/JOptionPane/OptionPaneInput.java line 9:

> 7:  * published by the Free Software Foundation.  Oracle designates this
> 8:  * particular file as subject to the "Classpath" exception as provided
> 9:  * by Oracle in the LICENSE file that accompanied this code.

Isn't the "Classpath" exception header only applicable to source code files? 
Can you please verify with other test file copyright header.

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

PR Review: https://git.openjdk.org/jdk/pull/20359#pullrequestreview-2222021004
PR Review Comment: https://git.openjdk.org/jdk/pull/20359#discussion_r1705976247


More information about the client-libs-dev mailing list