CSSE 220 – Object-Oriented Software Development

Homework 16

Objectives

More practice with event-based programming in Swing.

Tasks

  1. Complete the assigned reading for the next session: Ch. 11. (See schedule for topics to focus on.) As you read, see if you can answer the self-check questions. If there is something you do not understand, make note of it so you can ask about it.
  2. Complete the assessment exercise over this reading on ANGEL (under Lessons → Assignments).
  3. Solo Programming:
    1. Your programming work for this part must be done in the MoreGUIness project inside Eclipse. Use the SVN Repository Exploring perspective to check out this project, then switch back to the Java perspective.
    2. In-class exercises:
      1. Complete the TODO items in the banking package.
      2. Complete the TODO items in the textInputExample package.
  4. Pair Programming: Work with your assigned partner on the BallWorlds exercise.

    Project timeline:

    I strongly encourage you to work with your partner in F-217 when assistants are available. Inheritance can be a challenging concept for some people. That’s OK. It’s one of those things that makes sense once you “get it”. By working in the lab and asking question when you’re stuck, you’ll be able to understand it more quickly.

    This is a pair programming assignment. You must work together following the rules of pair programming. That means one driver and one navigator working on a single copy of the program at a time. If I find that either member of your pair worked on any of the required stages of the assignment independently, that is grounds for that member to receive a zero for the assignment.

    This is a pair assignment; I don’t expect you to work on it over break. However, if you are really into the project and want to experiment, it is OK to independently add extensions to the project beyond what is required in the project specification.

Turn-in Instructions

Turn in your programming work by committing it to your SVN repository.