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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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");