Lab 06 for CS112: Drawing Nodes with Swing, and Symbol Tables
Teaching Fellow: Diane H. Theriault (deht@cs.bu.edu, http://cs-people.bu.edu/deht)Main course web page: http://www.cs.bu.edu/fac/byers/cs112.html
Lab page url: http://cs-people.bu.edu/deht/cs112_spring11
Lab times: Monday: 10-11, 11-12. Friday 2-3
Today, we will discuss The Movie Database example from Chapter 3 in the textbook (pages 404-405).
To help with homework 4, here is code for drawing nodes and edges in Swing (with example): DrawingWindow.java
References: