Home Course Objectives Content Outline Evaluation Criteria
Assignment 1 Assignment 2 Assignment 3 Assignment 4

CIS135 Assignment 1

   Assignment 1 covers Java language programming basics of downloading, installing, and configuring a professional Java development environment.  The student will learn how to set up the programming environment, and develop interactive classes, objects, and methods.

A)    Download, install, and configure your Java environment.  Be sure to include the sun JDK,  JRE, and your development tool of choice. (50%)

B)     Using the JavaScript examples, from CIS236, write a java program using java swing to accept a customer order, and calculate the total order, including tax and shipping.  Display the detailed results back to the user on the screen. (50%)
Hint: See Murach Chapter 2 for helpful source downloads.

Hand in:  A) Printed screen shots of the download and installation process, as well as the directory locations of the full Java environment. B) The compiled working java source and class files for the program.