I forgot to declare my buttons at the top before my main class.
... import javax.swing.*; private JButton button1 = new JButton(); public class Main extends JFrame implements ActionListener{ ...