@Override
public void startup(final Display display, Map<String, String> properties)
throws Exception {
Picture picture = (Picture)Image.load(getClass().getResource("IMG_0767_2.jpg"));
picture.resample(120);
PushButton windowContent = new PushButton(picture);
windowContent.setPreferredSize(480, 360);
frame = new Frame(windowContent);