RFR: 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Sat Mar 23 08:26:24 UTC 2024
On Fri, 22 Mar 2024 17:38:36 GMT, Damon Nguyen <dnguyen at openjdk.org> 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
More information about the client-libs-dev
mailing list