making a java panel fullscreen
        Posted  
        
            by clamp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by clamp
        
        
        
        Published on 2010-02-27T18:12:34Z
        Indexed on 
            2010/03/17
            9:51 UTC
        
        
        Read the original article
        Hit count: 603
        
hello, how would you make a JComponent (panel, frame, window, etc.) fullscreen so that it also overlaps everything on the screen including the windows startbar?
i dont want to change the resolution or anything with the graphics device like bitdepth etc, i just want to overlap everything else.
thanks!
© Stack Overflow or respective owner