+ 1

Explain code

code link sololearn https://code.sololearn.com/cm94iQbqiGF8

16th Jul 2020, 8:14 AM
HALAI JAYESHKUMAR
HALAI JAYESHKUMAR - avatar
5 Respuestas
+ 2
Ook no problem
16th Jul 2020, 9:38 AM
HALAI JAYESHKUMAR
HALAI JAYESHKUMAR - avatar
+ 2
another hidden secret //decButton.setBounds(150,430,100,50); delButton.setBounds(150,430,100,50); // rename to delButton it will show the Delete button
18th Jul 2020, 2:29 PM
zemiak
+ 1
Ohk
16th Jul 2020, 9:33 AM
HALAI JAYESHKUMAR
HALAI JAYESHKUMAR - avatar
+ 1
there are some errors import java.awt.*; //for desktop import java.awt.event.*; import javax.swing.*; Main() frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); // not EXIT_ON_CLODE public void actionPerformed(ActionEvent e) { // not actionperformed
16th Jul 2020, 1:11 PM
zemiak
+ 1
try two calculations without clear button, you get an incorrect result, press: 3+6= 9-6= 3.09 -------- if display is empty and (-) is pressed, it crashes
17th Jul 2020, 2:36 PM
zemiak