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.
Page Index Toggle Pages: 1
display window (Read 896 times)
display window
Oct 14th, 2006, 12:19am
 
Can i make my display window a full screen? how? thanx and love for all
Re: display window
Reply #1 - Oct 14th, 2006, 8:56am
 
void setup(){
// this removes the frame // esc to quit
frame.setUndecorated(true);
frame.setLocation(0,0);
// this resizes to screen-size
size(screen.width,screen,height);
}
Re: display window
Reply #2 - Oct 16th, 2006, 1:53pm
 
Another method is to press Ctrl+Shift+R in Windows
and Apple+Shift+R on a Mac
Re: display window
Reply #3 - Oct 17th, 2006, 4:28am
 
an other Q? can i change the Back ground color of that big screen that is chaown when i press those comands?
sd you has help me so much...
Re: display window
Reply #4 - Oct 19th, 2006, 7:39am
 
in preferences you should be able.. either inside processing, or the textfile in the processing-directory
Page Index Toggle Pages: 1