We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello all,
I was wondering how to alter the frame that is automatically made with a processing app. I know you can call frame.setTitle("Helloworld"); however I was hoping to so more advanced stuff such as add a JMenuBar or change the look and feel or even change the icon.
Answers
this is awt docu
http://docs.oracle.com/javase/7/docs/api/java/awt/Frame.html
Thanks
Note:
In processing 3, Use
surface.setTitle("Title");
instead. :)