Skip Top Navigation Bar

Rewards App JavaFX Starter Code

Duke with a scroll.READ THIS IMPORTANT MESSAGE

Complete ALL steps in this section before looking at errors. You will have errors after Step 1. Don't panic!! Complete ALL steps before you attempt to fix bugs.

Step 1: Set up your project files

Set up a project in the IDE of your choice (we recommend intelliJ) and add the following classes to your project:

Step 2: FXML Resources

Add the following to your resources with the code provided:

Each of these files have a line that includes something like com.example.rewardsappjavafx.HelloController. You will need to change this to point to the folder where your controller is stored. Your change will be something like com.example.WhateverYouNamedYourProject.HelloController.

Step 3: Text Files Needed

In your resources, add the following:

Step 4: Images Needed

In your resources, add the following:

Return to Missions