Problem with GraphicsConfiguration of a frame
Hi,
I have a simple program which builds a frame with a specific GraphicsConfiguration.
When I launch this program on Linux and Java1.7 with multiscreens (TwinView), the GraphicsConfiguration of my frame changes to default configuration if it is moved onto the second screen.
Why the default configuration is restored ? With Java1.6, this change doesn't occur.
Thanks,
Best regards