previous | start | next

Self Check

  1. How many Java source files are required by the investment viewer application when we use inheritance to define the frame class?
  2. Why does the InvestmentFrame constructor call setSize(FRAME_WIDTH, FRAME_HEIGHT), whereas the main method of the investment viewer class in Chapter 12 called frame.setSize(FRAME_WIDTH, FRAME_HEIGHT)?

previous | start | next