/** Constructs the DrawingApp and sets the world coordinate scale. */
 public DrawingWorldApp() {
   frame.setPreferredMinMax(0, 10, 0, 10);
 }