Chapter 13 Objectives After you have read and studied this chapter, you should be able to Write GUI application programs using Frame, Dialog, and Button objects from the java. awt package. Write GUI application programs with menus using Menu, MenuItem, and MenuBar objects from the java.awt package. Write event-driven programs using Java's delegation- based event model. Write GUI application programs that process mouse events
Chapter 12 Objectives After you have read and studied this chapter, you should be able to Describe four different object categories and use them effectively in designing classes. Define a package and place reusable classes in it. Write a method that calls the superclass's method explicitly by using the reserved word super