how to check if a person pressed a buuton in jframe

Solutions on MaxInterview for how to check if a person pressed a buuton in jframe by the best coders in the world

showing results for - "how to check if a person pressed a buuton in jframe"
Francisco
21 Aug 2018
1 if(jButton1.getModel().isPressed())
2        System.out.println("the button is pressed");