this.setFocusTraversalKeys(KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS, Collections.EMPTY_SET);
this.calculateResizeDimensions();
this.setLayout(new BorderLayout());
KeyboardHandler keyboardHandler = new KeyboardHandler(application, egoTestHandler);
this.getContentPane().addKeyListener(keyboardHandler);
// Add the panel that holds the picture that is being edited.
pictureScrollPane = new JScrollPane(picturePanel);
pictureScrollPane.setMinimumSize(new Dimension(10, 10));