September 2005
Beginner
576 pages
13h 6m
English
To draw this hour to a close, you will create PiePanel, a graphical user interface component that displays a pie graph. This component will be a subclass of JPanel, a simple Swing container that's useful as a place to draw something.
One way to begin creating a class is to define the way objects of the class will be created. Programs that use the PiePanel class must undertake the following steps:
The value of each slice in PiePanel is the quantity represented by ...
Read now
Unlock full access