Assignment 5

Due before class on Friday, May 15th

  1. Exercise 9.22 You can get a list of all the available fonts on your system by calling (which returns an array of Strings with the names of the available fonts.) You'll also want to use getFontMetrics(Font) to get the screen metrics of a font.
  2. Exercise 9.26 You code should choose from at least four different shapes. (You need to include all the capabilities of 9.24 and 9.25, but you only need to submit one solution.)
  3. Exercise 9.35
  4. An OPTIONAL problem is on the way.