Answer the question
In order to leave comments, you need to log in
How to call a class on button click?
I have a button that, when clicked, should pop up a form that I created in another class.
Already added addActionListener
How to make the class "InfoFram" called when clicked.
How to add code here?
class ButtonEventListener implements ActionListener {
public void actionPerformed(ActionEvent e) {
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question