Introduction to Computer Science
Union College
Spring 2009

GUI for the web-based zip code to temperature program

In this exercise, you are going to make a GUI frontend for the program that takes a zip code and goes online to find the current temperature at that zip code.

Here are some things to help you:

Then:
  1. Design your GUI on paper.
  2. Implement the design. (So that it looks as you want it; the buttons don't have to do antything, yet.)
  3. Last, implement the button functionality.
by Kristina Striegnitz