2023 Deliverables NOTE Submit your assignment to the Dropbox located at the top of | Assignment Collections
Computer Science 2023 CIS355A Week 5 Lab – Client Information And SnowMan
2023 Deliverables NOTE Submit your assignment to the Dropbox located at the top of | Assignment Collections
Deliverables
NOTE
Submit your assignment to the Dropbox, located at the top of this page. For instructions on how to use the Dropbox, read these step-by-step instructions.
(See the Syllabus section “Due Dates for Assignments & Exams” for due dates.)
Program files for each of the following programs.
1. Manage client information
2. Draw a snowman
At the beginning of all your programs, put a comment box that includes the program name, your name, and a brief description of the program.
Example:
/***********************************************************************
Program Name: ProgramName.java
Programmer’s Name: Student Name
Program Description: Describe here what this program will do
***********************************************************************/
How to submit your assignment:
1. The programs must have the same names as the assignment title.
2. Each Java source file (*.java) must include a corresponding class file (*.class) program as evidence of success.
3. In addition to the program source code files and byte code files, you will document your analysis/design and testing (including screen shots) in a Lab Report.
4. You must use a zipped folder to send your weekly assignment to the Dropbox. Do not send subfolders within your zipped folder. Place all of the .java and .class files and your lab report for the week into the one zipped folder. The zip folder should be named CIS355A_YourLastName_iLab_Week5, and this zip folder will contain all the weekly programming assignments.
Required Software
Eclipse
Access the software at https://lab.devry.edu.
Steps: 1, 2, and 3
Lab Steps
STEP 1: Writing out Client Information
1) Create the following GUI, so that when your program is running, your user can input information regarding a client and hit the save button to save the information out to a file.
Filename: User enters a filename here (such as client.txt) which is the file to read and write. An error message should display when Display or Save is clicked if there is no filename entered.
Save button:
· If no filename is entered, display error message.
· If any data is blank, display an error message.
· If all input is valid, data from the GUI (name, id, start balance, close balance) is saved to the file entered in Filename. Each new client’s information should appendto the information already saved onto the file. The data must be saved with a delimiter character of your choice between the fields (such as “|” or “#” ) so that the data in the file looks like the following example:
Charles Smith|100235|5700.75|1200.00
James Peterson|320056|349.56|4005.56
· The data fields (name, id, start, close) should be cleared to make the next input easier.
· Remember to close the file
Display button:
· Read the data in the file specified by filename (if none specified, give error message) and display a report in the CONSOLE formatted as shown below
· You will need to use StringTokenizer to “separate” the fields based on the delimiter character in the file.
· Remember to close the file
Client Activity Report |
|||
Client Name |
Client ID |
Starting Balance |
Closing Balance |
XXXXXXXXX |
9999999 |
99999.99 |
99999.99 |
XXXXXXXXX |
9999999 |
99999.99 |
99999.99 |
XXXXXXXXX |
9999999 |
99999.99 |
99999.99 |
Grading Rubric
Client Information |
Points |
Description |
Standard header included |
1 |
Must contain program name, student’s name, and description of the program |
Lab Report |
5 |
Documents analysis and design, testing with screenshots, multiple test cases |
GUI is correct |
5 |
Has correct fields and displays correctly |
Data saved to file with delimiters |
5 |
The data is written to the file and formatted correctly, appends to existing file |
Error messages if no filename or if missing data |
3 |
All input is validated before processing |
GUI cleared after a Save |
2 |
Textfields cleared for next input |
Reads file using String Tokenizer to separate fields |
5 |
The data is read from the file correctly |
Report displayed in console formatted correctly |
4 |
Data displayed in console correctly |
Subtotal |
30 |
|
STEP 2: Snowman!
Use the many draw methods provided to you by Java and draw a Snowman—be as creative or as basic as you would like, as long as the final result resembles a snowman. It doesn’t have to necessarily look exactly like this, but this is the minimum you should achieve with your drawing.
1) You must have at least three circles in your project.
2) You must have at least a line, a polygon, an oval, or a rectangle.
3) In addition to your snowman, you should also use drawString to draw some text.
4) Use draw or fill and the color class as you see fit.
Hint: frame.getContentPane().setBackground(Color.blue); //This is the code you need to set the frame’s background color.
Have Fun!
Snowman |
Points |
Description |
Standard header included |
1 |
Must contain program name, student’s name, and description of the program |
Program Compiles |
1 |
Program does not have any error |
Program Executes |
1 |
Program runs without any error |
Program Output |
3 |
Drawing resembles a Snowman |
Correct use of Classes/Methods |
4 |
Program contains background color, the shapes asked for, and uses the drawString method |
Subtotal |
10 |
We give our students 100% satisfaction with their assignments, which is one of the most important reasons students prefer us to other helpers. Our professional group and planners have more than ten years of rich experience. The only reason is that we have successfully helped more than 100000 students with their assignments on our inception days. Our expert group has more than 2200 professionals in different topics, and that is not all; we get more than 300 jobs every day more than 90% of the assignment get the conversion for payment.