Java findout if current platform supports windowing
        Posted  
        
            by JHollanti
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JHollanti
        
        
        
        Published on 2010-05-21T11:20:55Z
        Indexed on 
            2010/05/21
            11:30 UTC
        
        
        Read the original article
        Hit count: 429
        
Is there way to find out if Java is running on a platform which supports windowing of any kind? I know that you could possibly figure it out by reading in the environment variables, but that might prove to be rather difficult with all the possible combinations.
© Stack Overflow or respective owner