RFR: 8235404: [macos] JOptionPane blocks drawing string on another component [v5]
Alisen Chung
achung at openjdk.org
Tue Aug 6 20:51:50 UTC 2024
> 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:
remove classpath from copyright
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20359/files
- new: https://git.openjdk.org/jdk/pull/20359/files/21696aad..930bb81e
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20359&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20359&range=03-04
Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/20359.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20359/head:pull/20359
PR: https://git.openjdk.org/jdk/pull/20359
More information about the client-libs-dev
mailing list