Re: The screen turns blank when I resize the window
Posted by Rii933 on Mar 07, 2016; 8:13am
URL: https://forum.jogamp.org/The-screen-turns-blank-when-I-resize-the-window-tp4036401p4036442.html
Hello,
Yeah I tried the paint method but it didn't solve the problem.
I just did what you suggested and added canvas3D.setBackground(new Color(1,0,1)); but the color didn't turn into pink , it turned into BLACK.
Thank you.