Comment vérifier si une personne appuye sur un bouton dans JFrame en Java

 if(jButton1.getModel().isPressed())
        System.out.println("the button is pressed");
Bloody Baboon