Placing an image on the background frame in application (present) mode?
in
Integration and Hardware
•
1 years ago
Hi there,
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()
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));
1