I am developing a view in Vaadin that looks something like this...
public class PosAppPickerView extends VerticalLayout implements View {
Everything is functioning smoothly, but I am interested in incorporating an image as the background for the body/main panel.
Any suggestions on how to achieve this? This particular page is the only one with this unique background requirement.