Fixing errors
stcalculator execute2 calculator window
Oops - the buttons are laid out incorrectly in the image on the left. We wanted five rows and four columns like the image on the right. Looking back at the code, you see that the method addButtonsTo: defines a CwRowColumn that is supposed to keep track of the button layout. That code is a bit tricky, so let's track down the CwRowColumn class to make sure we are using it correctly.
Last modified date: 03/26/2020