hi. this is a pretty nooby question but i would still be very happy to get some tips...
im currently trying to build a program using different frames.
in the forums i found several examples how to make various Frames via the Frame class.
works fine so far, but all the examples seem to have to open a second PApplet to get something into the second window.
i need 4 different fullscreen windows for the program i am working on and using four different Applets with 4 different draw() methods seemed nice at first but is just producing the worst performance. (with just two Applets, 4 frames and two draw() methods its getting worse, not speaking of 3 or 4 looping Applets...)
is there a method, were i can build several Frames and draw into them via the main Applets draw function?
Im pretty sure there is a way for there must be a reason that there are Frames on the one hand and Applets on the other, but i could not find a simple, readable example.
id really appreciate any help!
1