this.setFocusTraversalKeys(KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, Collections.EMPTY_SET);
this.getContentPane().setLayout(new BorderLayout());
// Add the status bar above the picture.
statusBarPanel = new StatusBarPanel(this);
statusBarPanel.setPreferredSize(new Dimension(320, 20));
this.getContentPane().add(statusBarPanel, BorderLayout.SOUTH);
JPanel desktopPanel = new JPanel();
desktopPanel.setLayout(new BorderLayout());