Office: Newell-Simon Hall (NSH) 3601
Phone: x8-5150
E-mail: bam@cs.cmu.edu
WWW: http://www.cs.cmu.edu/~bam
Office hours: By appointment, or just drop by and see if I'm in.
Secretary: Ava Cruse,
NSH 3526A
x8-3825
You are looking at the course Web page. The URL is: http://www.cs.cmu.edu/~bam/uicourse/631fall01/
See the schedule of all lecture material, readings, homeworks and tests.
This course is designed to introduce students to the basic organizing principles found in interactive software and to provide experience with user interface implementation.
15-127 or equivalent knowledge, and good programming experience in C, C++ or Java. Java will be the programming platform for the course.
There is no textbook for the main material of the course. However, you may find it useful to get a book on the Java programming language. Numerous such books are available. Depending on your background and experience learning programming languages, you might want to consider either a tutorial or reference style book. Several books that have been recommended as possible choices include:
Each of these is currently available for relatively quick delivery from Amazon.com (http://www.amazon.com) and other on-line book sellers.
There are also good references on-line. Here are some references for Swing and Java graphics.
This course will be project oriented with a set of 4 projects. These projects will begin with a small “warmup” project to insure you know the basics of the Java language and environment, as well as the Swing user interface toolkit that will be used in class. Later projects will be more challenging, with the last being a large full scale interface implementation.
Course projects will count for approximately 55% of the overall course grade, while the midterm and final exams will account for the remaining 45%.Individual components will be weighted as follows (this is tentative and subject to change):
Assignment | Percent of Final Grade |
Project 1 | 15% |
Project 2 | 15% |
Projcet 3 | 15% |
Project 4 | 20% |
Midterm | 20% |
Final Exam | 25% |
For this class you will need to have access to an up to date Java system on some platform. One way to do this is to download the latest version of the system (JDK 1.3, AKA “Java 2 Standard Edition v1.3”) directly from Sun. It is free and can be found at: http://java.sun.com/products/jdk/1.3/. (Note that JDK v1.2 will also work). Extensive on-line documentation from Sun can be found at: http://java.sun.com/products/jdk/1.3/docs/index.html.Of particular interest may be the “JavaDoc” API documentation for all standard classes: http://java.sun.com/products/jdk/1.3/docs/api/index.html
It is recommended that you not attempt to use Microsoft’s implementation of Java (J++).
There are also good references on-line. Here are some references for Swing and Java graphics.