Self Check
- How many Java source files are required by the investment viewer application when we use inheritance to define the frame class?
- 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)?