Action Listener for JButton isn't working
问题 I'm trying to learn java by myself, and am looking to make a secure text editor that you have to log into to access the text. However, the action listener isn't working for any of the buttons, and i can't figure out what's wrong. Please note I've made two buttons only because the first didn't work. My code is below: public class storage extends JFrame{ private JTextField text1; public JTextArea storearea; public JButton newsave; public JButton save; public storage(UserProfile person) { /