Lab
2
Get started now
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) Dot2Dot.java Dot2Dot.fxml Dot2DotController.java Picture.java Dot.java
Your code must follow the Coding Standards.