Dragging entire blocks of code
To avoid having to drag each individual statement from the old version of the
program to the new version, I elected to:
- Drag the doInOrder tile from the bottom of the development
environment into a copy of the old program.
- Drag each individual statement into the body of the doInOrder
block.
- Drag the entire doInOrder block from the old program to the
clipboard.
- Drag the entire clipboard contents into the method named setTheStage
in the new program.