Lab
9
Get started now
Thursday, 10-May-2018 17:16:49 EDT
You must submit a .pdf
document that describes the two new
strategies that you plan to implement for this assignment.
You must be ready to demonstrate at least one of the two new strategies at the beginning of the week 10 laboratory session.
You must add a comment at the end of your AutoCompleter.java
file that includes the required benchmarks.
You must submit a .zip
file containing an executable
2852[username].jar
file (that does not contain your source
files) and the package directory containing the source files for your
program. When the file is unzipped, a folder with a name matching your
MSOE username should be extracted. The folder should contain all of the source
files needed to compile and run your program. The folder should not contain
any additional files or folders.
For example, if I were to submit my code, the unzipped contents of my submission would be:
2852taylor.jar taylor (folder with the following files inside) AutoComplete.java autocomplete.fxml AutoCompleteController.java AutoCompleter.java ...
Your code must follow the Coding Standards.