1DV507, Programming and Data Structures, Spring 2017


Assignment 2: Data Structures, JUnit, and JavaFX (1)


Problems?
Do not hesitate to ask your teaching assistant at the practical meetings (or Jonas at the lectures) if you have any problems. You can also post a question in the assignment forum in Moodle.

Prepare Eclipse for course 1DV507 and Assignment 2
Inside your Java project named 1DV507, create a new package with the name YourLnuUserName_assign2 and save all program files for this assignment inside that package. Later on, when submitting your assignment, you should submit a zipped version of this folder/package.

General Assignment Rules

Lecture 4 - Simple Data Structures

Lecture 5 - JUnit Testing

Lecture 6 - JavaFX (Part 1)

Important: You are not allowed to use any GUI builder tools in these assignments. All your code should be written by you, not generated by a tool.



Submission

All exercises should be handed in and we are only interested in your .java files. (Notice that the VG exercises 2 and 4 are not mandatory.) Hence, zip the directory named YourLnuUserName_assign2 (inside directory named src) and submit it using the Moodle submission system. Make sure to also include any images or icons that you might have used in the JavaFX exercises.