Comp 152 Project 3: Windowed Programming

Due: Oct 30th at 11:55pm

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 textboxes, The combo box, the radio buttons and each of the checkboxes, and the slider in a file.
  2. The clear button should clear all of the controls, removing checks and selections and text and returning the slider to a zero value. The combo box should be set to no text and no selection.
  3. The load should load up the saved file and display its contents in the window
Name your saved file whatever you want. Make sure you tell me what the name is in the readme file.

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 using moodle as you have done for the recent labs