I am trying to bind a new customer menu dialog box to a newCustomer button in my application. Any ideas?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well to bind actions in java you add
ActionListeners.When constructing your button you need to add an ActionListener to it. That way, when the click event happens, the button knows what to do.