We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › open new window while not using java
Page Index Toggle Pages: 1
open new window while not using java (Read 511 times)
open new window while not using java
Mar 14th, 2006, 10:45am
 
Hello all,

is there any possiblity to open a second (or third or whatever) display window without the usage of java? So that I can still use all the processing commands in the second window as well?

Thank you and best regards!

-Helge
Re: open new window while not using java
Reply #1 - Mar 14th, 2006, 3:26pm
 
strictly speaking it's possible since processing apps are really just java apps. but it'd make more sense (and be more sane) to do it using a regular java ide, and creating several PApplets in separate windows.
Re: open new window while not using java
Reply #2 - Mar 15th, 2006, 10:08am
 
oh well...
i think now i have to dig into java a bit deeper.

thank you for your reply!

helge
Page Index Toggle Pages: 1