|
|
|
@ -44,7 +44,6 @@ public class Calculator extends JFrame implements ActionListener {
|
|
|
|
|
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
|
|
|
|
setLocationRelativeTo(null);
|
|
|
|
|
}
|
|
|
|
|
@Override
|
|
|
|
|
public void actionPerformed(ActionEvent e) {
|
|
|
|
|
String command = e.getActionCommand();
|
|
|
|
|
|
|
|
|
|