79535145

Date: 2025-03-26 00:26:16
Score: 1.5
Natty:
Report link

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{
...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: RRS