CS1021
Software Development II

For the main lab instructions, see Dr. Taylor's site reachable from the Lab6 (ins) link in the sidebar.

If you expect to use esubmit from off campus, please install Global Protect as described by Dr Hasker.

Week 6 In-Lab Checkpoint/Milestone

During the first lab period, demonstrate your GUI layed out in JavaFX.

I recommend downloading the Gluon version of SceneBuilder, since it is the most stable (Added 8:00 am 17 Jan 2019)

I also strongly encourage but do not require your code to respond to one user event during the lab period. Your program's response to this event should ideally be at least one meaningful step toward the requirements in the lab.

Submission Instructions for Dr. Yoder's section (posted 20 Jan 2019)

In Winter 2018-2019, The lab is due at the start of class on Tuesday of Week 7, as usual

In Winter 2018-2019, please upload your source code to esubmit

If you expect to use esubmit from off campus, please install Global Protect as described by Dr Hasker.

You will upload:

  • Your individual .java files
    —and—
  • A ```README.md``` file with an informal report (see below)

Match the case of each specified filename exactly. See hints from previous labs for naming README.md correctly.

The file README.md should follow the standard template:
## Introduction

[Replace this line with a description of the lab in your own words]

## Conclusion

[Replace this line with a description of what you learned in this lab]

## Things I Liked / Suggestions for Improvement

[Replace this line with what you liked or think could be improved about the lab. (Required.)]

Please be sure to upload all of your .java files along with the README.md. Because JavaFX is not installed on esubmit yet, the compile will fail, and you may not see warnings that some of your files are missing.

Please be sure to include your .fxml file

Please do NOT upload the jar file!