[OpenJDK 2D-Dev] RFR: (JDK-7011935) Using AWT in fullscreen exclusive mode results in a black screen
    Vadim Pakhnushev 
    vadim.pakhnushev at oracle.com
       
    Thu May  7 14:36:10 UTC 2015
    
    
  
Hi Prasanta,
I don't think that this is the right fix, it basically changes the D3D 
fullscreen mode from exclusive to simulated (as per 
GraphicsDevice.setFullScreenWindow terminology).
I think further investigation is needed as to why this happens.
BTW, while trying this, I've found that after the JDK9 compiler upgrade 
D3D device can't be created.
I've traced it to the focus window client area size and filed 
https://bugs.openjdk.java.net/browse/JDK-8079652
Thanks,
Vadim
On 05.05.2015 11:12, prasanta sadhukhan wrote:
> Hi,
>
> Please review a fix for fullscreen mode not working in D3D pipeline. 
> It seems D3DPRESENT_PARAMETERS Windowed flag needs to be enabled for 
> fullscreen mode to be in effect.
>
> https://bugs.openjdk.java.net/browse/JDK-7011935
> http://cr.openjdk.java.net/~psadhukhan/7011935/webrev.00/
>
> Regards
> Prasanta
    
    
More information about the 2d-dev
mailing list