Comp 152 Project 4: Windowed Programming

Due Wed March 28th at 11:59pm.

Objective:

The high level objectives of this lab are:


What you must do:

Build a Graphical user interface with a window with at least the following:

  1. The Save button must save the contents of all of the checkboxes, the radio buttons and each of the checkboxes, in a file.
  2. The clear button should clear all of the controls, removing checks and selections and text.
  3. The load should load up the saved file and display its contents in the window
Name your saved file whatever you want.

Extra Requirements:

You must satisfy the following constraints on your program

Submitting:

When your program is ready, you need to write a readme.txt file that provides me the following information:



When your readme and your code is ready, zip up your files and submit them online as you have done for the recent labs