Write a Java application that uses thesplitmethod of theStringclass to convert text input in a specified format into an array of objects, a song, or a visual image, depending on the problem you choose to solve.
| Option 1: Modified PA7 (adding the ability to read starting data for the array in PA7 from a JTextArea) (note: this is definitely the easiest option for this assignment) |
||
|---|---|---|
| Option 2: Baseball Statistics (about equal in difficulty with option 3) |
Option 3: Play a Song! | Option 4: Display an Image (by far the most challenging of the four options) |
| CSC 120, PA8, your name, date & Description comments in MUFrame.java | 3 |
| Program has a user interface that allows user to paste multi-line text into an input TextArea and click a button to process the input into results | 6 |
| Program correctly splits input into individual lines | 6 |
| Program splits each input line into separate values correctly | 8 |
| Program processes data and produces results as described in the problem description for the option chosen by the student | 14 |
| Your code is easy to read, and indented consistently. | 3 |
| Total | 40 |