On Fri, 22 Mar 2024 17:38:36 GMT, Damon Nguyen <[email protected]> wrote:
>> Convert java/awt/print/bug8023392/bug8023392.html applet test to main using
>> PassFailJFrame
>
> Damon Nguyen has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Move test out of extra dir
test/jdk/java/awt/print/bug8023392.java line 116:
> 114: @Override
> 115: protected void paintComponent(Graphics g) {
> 116: SwingUtilities2.drawChars(this, g, s.toCharArray(),
cant we use `Graphics.drawChars` instead in all places
`SwingUtilities2.drawChars` is used?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18458#discussion_r1536594819