}
/** Initialize panel. */
private void initialize(GraphGameEnv game) {
// TODO extract Listeners from PlayerAction
this.action = new PlayerActionImpl(this, game);
this.addMouseListener((MouseListener) this.action);
this.addMouseMotionListener((MouseMotionListener) this.action);
this.buttons = new TreeMap<String, JButton>();