Using a SecondApplet class extending PApplet to create a second window. Works great for the second window. But the first window gets really small when I have settings() and draw() in my second class. Why does this happen and how to fix it?
Using a SecondApplet class extending PApplet to create a second window. Works great for the second window. But the first window gets really small when I have settings() and draw() in my second class. Why does this happen and how to fix it?