I am trying to place a static image on the background frame which wraps a fullscreen presentation mode application.
I know I can change the background color with the following in setup()
frame.setBackground(new java.awt.Color(0, 0, 0));
but was wondering if there was any way of placing a single image in its place instead. Though I am quite experienced with processing, my knowledge of Java is rather limited.