C1S355 Lab 5 – Guaranteed 100% score

Lab Price = $25
Please feel free to send us your queries at: [email protected]
Payment Methods

Add to Cart

Buy Now

View Cart


Problem Statement
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

Relevant Material
Screenshots
2016-04-03_13-29-52

2016-04-03_13-28-05

2016-04-03_13-27-08

2016-04-03_13-26-30

2016-04-03_13-25-10

Instructions
* If you want to purchase multiple products then click on “Buy Now” button which will give you ADD TO CART option.Please note that the payment is done through PayPal.
* You can also use 2CO option if you want to purchase through Credit Cards/Paypal but make sure you put the correct billing information otherwise you wont be able to receive any download link.
* Your paypal has to be pre-loaded in order to complete the purchase or otherwise please discuss it with us at [email protected].
* As soon as the payment is received, download link of the solution will automatically be sent to the address used in selected payment method.
* Please check your junk mails as the download link email might go there and please be patient for the download link email. Sometimes, due to server congestion, you may receive download link with a delay.
* All the contents are compressed in one zip folder.
* In case if you get stuck at any point during the payment process, please immediately contact us at [email protected] and we will fix it with you.
* We try our best to reach back to you on immediate basis. However, please wait for atleast 8 hours for a response from our side. Afterall, we are humans.
* Comments/Feedbacks are truely welcomed and there might be some incentives for you for the next lab/quiz/assignment.
* In case of any query, please donot hesitate to contact us at [email protected].
* MOST IMPORTANT Please use the tutorials as a guide and they need NOT to be used for any submission. Just take help from the material.
******************************************** Good Luck ***************************************************
Payment Details

 

Lab Price = $25
Please feel free to send us your queries at: [email protected]
Payment Methods

Add to Cart

Buy Now

View Cart

Privacy Policy
We take your privacy seriously and will take all measures to protect your personal information.
Any personal information received will only be used to fill your order. We will not sell or redistribute your information to anyone.
Refund Policy
Incase you face any issues with the tutorial, please free to contact us on [email protected]
We will try our best to resolve the issue and if still persists we can discuss for a refund in case its required.


Leave a Reply