CompSci 307
Fall 2022
Software Design and Implementation

Lab Coding Exercise: Learning OpenJFX and Making Classes

This exercise is intended for you to practice the basic GIT workflow commands (addcommit, and push), get used to OpenJFX, create a Java class, and begin to think about how to organize code within a project.

Submission

There will not be an official submission for this exercise, instead show your progress to a UTA during lab when you think you are finished to get feedback.

Specifications

In pairs, complete as many of the following tasks using your forked version of the example_animation project (they will all help prepare you for the Breakout project):

For each task, you may make any changes to the code you think are warranted. After you think you have completed each task, make a GIT add and commit with an appropriate comment, so there should be at least 8 commits in your project history. After every two commits, push your changes up to Gitlab so your online example_animation repository reflects the work you have done today.