| |
|
21. Putting it all together
21.1 Summary
- Building an object that holds data, as well as representing something visual
21.2 Contents
21.2.1 Building an object that holds data, as well as representing something visual
In class example of creating an applet that uses the already discussed objects, both data and graphical. The example would most likely be an applet that takes some user input, stores it, and represents it visually as some Graphics. A good example would be a graph display, either bar chart or the like.
|
|