We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I use fame,addNotify(); frame.setTitle('xxx");
But now see frame.requestFocus() and others. What can I do with frame. and where can I find a list of what frame. settings are available and what hey do? Have searched frame. with no help. Thanks
Answers
https://Forum.Processing.org/two/discussions/tagged?Tag=getframe()
@jeffmarc
Add this in setup:
jframe.requestFocus();
Use the code from @GoToLoop in this post: https://forum.processing.org/two/discussion/20499/moving-a-translucent-window-around-the-screen#latest
Kf
Keyword: PSurfaceAWT window-focus
I tryed frame.requestFocus() , jframe.requestFocus() gives error: cannot find anything named jframe didn't make any difference
@jeffmarc Dude. You just need to use frame.requestFocus() instead of jframe.requestFocus()