ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 103 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 06 Jun 2017 My Price 8.00

Correct use of Classes/Methods

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.

 

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

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 

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

10

Answers

(11)
Status NEW Posted 06 Jun 2017 01:06 AM My Price 8.00

-----------

Attachments

file 1496712260-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)