codice:
bottone.addKeyListener(new KeyAdapter() {
   public void keyPressed(KeyEvent evt) {
      b_menoKeyPressed(evt);
   }
});