RFR: 8210807: Printing a JTable with a JScrollPane prints table without rows populated [v3]
Tejesh R
tr at openjdk.org
Fri Nov 10 06:44:57 UTC 2023
On Fri, 10 Nov 2023 06:39:29 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Yes, it works, can't use `SwingUtilities2.isPrinting(g)` but can check for `PrintGraphics` instance which is done in `SwingUtilities2.isPrinting(g)` .. Thank you for the input...
>
> Why cant you use isPrinting?
It's not public..
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16552#discussion_r1388979165
More information about the client-libs-dev
mailing list