Как проверить, нажал ли человек в JFRAME

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