RFR: 8006421: GraphicsConfiguration of a frame is changed when the frame is moved to another screen

Tejesh R tr at openjdk.org
Fri Jun 9 04:50:54 UTC 2023


On Thu, 8 Jun 2023 21:35:45 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The patch which added the getAppropriateGraphicsConfiguration was supposed to fix the same bug but looks like it was implemented for the Canvas only, I think we can do the same thing for the Window class as well. Note that getAppropriateGraphicsConfiguration on all other platforms is noop so it should not affected.
Hmm, ok then let me work on fixing this. In windows, there is an issue too when we drag a window to another screen like the ellipse becomes an arc. So if  we re using getAppropriateGraphicsConfiguration at setGraphicsConfiguration, that one might as well get solved.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14246#issuecomment-1583970102



More information about the client-libs-dev mailing list