Jak sprawdzić, czy dana osoba nacisnęła buuton w 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");