centerPanel.setBackground(Color.WHITE);
satelliteComponent = new ExtendedSatelliteComponent(scene);
satelliteComponent.setSize(200, 200);
centerPanel.add(SATELLITE_STRING, satelliteComponent);
CallbackSystemAction callFindAction = (CallbackSystemAction) SystemAction.get(FindAction.class);
NodeFindAction findAction = NodeFindAction.get(NodeFindAction.class);
Object key = callFindAction.getActionMapKey();
actionMap.put(key, findAction);
scene.getScrollPane().addKeyListener(keyListener);
scene.getView().addKeyListener(keyListener);
satelliteComponent.addKeyListener(keyListener);