This paper concentrates on the primary theme of This course uses open-source software which must be cited when used for any student work. in which you have to explain and evaluate its intricate aspects in detail. In addition to this, this paper has been reviewed and purchased by most of the students hence; it has been rated 4.8 points on the scale of 5 points. Besides, the price of this paper starts from £ 45. For more details and full access to the paper, please refer to the site.
iLab > STEP 2iLab 5 of 6: GUI Graphics and File I/O (40 points)
06/29/2016
Listen
In this lab, you will create one project that reads from a file, one project that writes to a file, and one project drawing a snowman.
Note!Software Citation Requirements
This course uses open-source software which must be cited when used for any student work. Citation requirements are on the Open Source Applications page.
Please review the installation instruction files to complete your assignment
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.
Manage client information
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:
The programs must have the same names as the assignment title.
Each Java source file (*.java) must include a corresponding class file (*.class) program as evidence of success.
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.
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.
Image of Client Information screen; Fields are Client Name, Starting Balance, Client ID and Closing Balance
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.
Screenshot of Snowman graphic
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
Get Fresh Answer: £45 100% Plagiarism Free & Custom Written, Tailored to your instructions