RFR: 8187759: Background not refreshed when painting over a transparent JFrame
Tejesh R
tr at openjdk.org
Mon Dec 18 05:05:40 UTC 2023
On Fri, 15 Dec 2023 19:41:53 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> > This is happening in linux
> > Is it the Linux only? If yes why it cannot be reproduced on macOS and Windows?
Yes, This is happening only in linux. The paintToOffScreen is done by BufferStrategyPaintManager rather than RepaintManager (which is the case in macOS and Windows).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17081#issuecomment-1859559961
More information about the client-libs-dev
mailing list