Material and questions from the Java book for CS 5551 Exams version 0.8 You will be responsible for all the material in the first six chapters of the Java book - in particular please review the "Questions and Exercises" sections of those chapters. For the programming exercises, I won't have you write a complete application, but you should be able to supply one-line or several-line solutions. In addition, you will be responsible for the following selection of material from the last four chapters of the Java book: Chapter 7: How to Use Buttons, Check Boxes, and Radio Buttons How to Use Color Choosers - not on Midterm, but on Final How to Make Dialogs - not on Midterm, but on Final How to Use File Choosers - not on Midterm, but on Final How to Make Frames - not on Midterm, but on Final How to Use Labels How to Use Menus - not on Midterm, but on Final How to Use Panels How to Use Progress Bars - not on Midterm, but on Final How to Use ScrollPanes How to Use Toolbars - not on Midterm, but on Final Chapter 8: How to Use BorderLayouts - not on Midterm, but on Final How to Use GridBagLayouts Chapter 9: How to Use Actions - not on Midterm, but on Final How to Use Drag and Drop & Data Transfer - not on Midterm, but on Final How to Use Icons - not on Midterm, but on Final Chapter 10: How to Write Window Listeners - not on Midterm, but on Final