Full screen window is not working correctly on Mac when running through a 3rd party IDE.
              in 
             Integration and Hardware 
              •  
              1 month ago    
            
 
           
             Hi!
            
             
            
            
             
            
            
             
            
             
            
            
             
            
            
             
             
            
            
             
            
            
 
            
           
             I have a problem that when I run my sketch in full screen on a 3rd party IDE the screen is offset from its original position. This is only true if I run the P2D or P3D mode. Here is how my main class looks:
            
            - import processing.core.*;
 - import processing.opengl.*;
 - public class MainVecField extends PApplet
 - {
 - public static void main(String args[])
 - {
 - PApplet.main(new String[] { "--present", "MainVecField" });
 - }
 
             Is there any way to fix this? Currently I am using the IntelliJ IDE (Which is great otherwise for processing IMO), but the problem is there with eclipse as well. I will attach an image so you can see how it looks.
            
            
             Thank you
            
 
            
              
              1  
            
 
            