AP Java 2 Assignment 2:
Sorting

Background

In this assignment you will be using materials that are part of the ICT Java curriculum. You should read the following lessons as you work on the assignment:
  1. Lesson 23
  2. Lesson 24
  3. Lesson 25
  4. Lesson 26

Steps to starting this assignment

You will then need to create a new empty project with the files SortStepGUI.html, SortStepGUI.java and Sorts.java. Right click on the files and store them in your folder. (Important note: Make sure when saving SortStepGUI.html to choose save as "SortStepGUI.html" with the double quotes.)Then:

  1. Choose Project | New Project | Empty Project. Name your project SortStepGUI
  2. Choose Project | Add Files and add the files you just downloaded.
  3. Choose Window and choose the first SortStepGUI listed.
  4. You should now be able to run the applet

When you are finished, post your completed applet to your website, and submit the following to mrsimon@lycos.com:

  1. The code you wrote to complete the 5 sorting methods (and count the steps).
  2. The following completed charts:
    1. Lesson 23 page 4
    2. Lesson 23 page 5
    3. Lesson 23 page 6
    4. Lesson 23 page 10