Comment vérifier si une personne a appuyé sur un buuton dans JFrame

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