Computer Science 523
Advanced Programming
Summer 2014, The College of Saint Rose
Lecture 6: More Java Swing; Midterm Review
Date: Tuesday, June 24, 2014
Agenda
- Announcements
- Midterm exam next week
- covers topics up to last week and labs 5A and 5B
- have all 3 hours if you wish, but exam designed for 2 hours or less
- closed book, closed notes, some Java reference included with exam
- 25% of course grade, and especially important given special grading rules for this course
- practice exam out
- will save some time today for review
- another resource for review: problets
- Additional Java Swing components
- Lab 6: Java Swing Practice out
- Lab 5A: Arrays recap
- Lab 5B: Lights out continues
- Note new "cheat mode" in sample solution - you do not
need to implement this but it's helpful to be able to play
- Midterm review
- Q&A about examples, labs, assignments, practice problems
Terminology
- GUI concepts and constructs: text areas, scrolling areas, combo
boxes/drop-down menus, checkboxes, radio buttons, spinners, sliders
Examples