SyntaxFix
Write A Post
Hire A Developer
Questions
JButton b3 = new JButton("CLOSE"); b3.setBounds(50, 375, 250, 50); b3.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { System.exit(0); } });