Как проверить, нажимает ли человек кнопку в jframe в Java
if(jButton1.getModel().isPressed())
System.out.println("the button is pressed");
Bloody Baboon
if(jButton1.getModel().isPressed())
System.out.println("the button is pressed");