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 › Forcing Window to stay on top
Page Index Toggle Pages: 1
Forcing Window to stay on top (Read 824 times)
Forcing Window to stay on top
Apr 27th, 2010, 4:56am
 
Hi

We are using processing to monitor a web cam and we would like the monitoring window to stay permanently on top. Is there any way to achieve this?

Regards

Ian
Re: Forcing Window to stay on top
Reply #1 - Apr 27th, 2010, 6:22am
 
You can try frame.setAlwaysOnTop(true);
Re: Forcing Window to stay on top
Reply #2 - Apr 28th, 2010, 12:58am
 
Many thanks.

Works perfectly.

Regards

Ian
Page Index Toggle Pages: 1