Cómo verificar si una persona presionó a un buutón en jframe
if(jButton1.getModel().isPressed())
System.out.println("the button is pressed");
Bloody Baboon
if(jButton1.getModel().isPressed())
System.out.println("the button is pressed");