Instructions

The purpose of this mini-project is to give you practice with building and manipulating Java GUIs using the IntelliJ GUI builder.

Create a module called MP2. In MP2, create a GUI form (right click on the MP2 module in the Packages tool window to the left, select "New" → "GUI Form"). Make a GUI for one of the following applications:

Regardless of which one you pick, your GUI should have the following features:

Submission

Create a JAR file for MP2. See this page for the rubric. See the Canvas page to upload your submission.

(Back to top)