Prg 421 (Java Programming Ii)Version 10 Week 1 to 5

Submitted by: Submitted by

Views: 10

Words: 1377

Pages: 6

Category: Science and Technology

Date Submitted: 09/20/2015 11:21 PM

Report This Essay

PRG 421 (Java Programming II)Version 10 WEEK 1 to 5 Complete Course

Purchase Here:

http://www.homeworkfiles.com/product/prg-421-java-programming-iiversion-10-week-1-to-5-entire-course/

Visit www.homeworkfiles.com For More Help

WEEK 1

Write a 200- to 300-word short-answer response for the following:

What is an event? How are events and graphical user interfaces (GUIs) related? Provide an example of an event and relate it to a GUI.

Write a 200- to 300-word short-answer response for the following:

How are containers used in the Java® language? Write a small program in which you add components to a container. Then post the code for your program.

Write a 200- to 300-word short-answer response for the following:

What do you feel are the advantages and disadvantages to using Swing versus AWT?

A city is sponsoring a run to support local charities and would like an application to track the pledges. The result will be a database that holds data on individuals, total pledges obtained, and the charity for which the donation is designated.

Design and implement a GUI-based program to accept a participant’s name, the amount pledged, and the designated charity’s name. The program will store these data for later retrieval. The project will be completed in several stages, with the first deliverable due in Week Two.

Design, implement, test, and debug a GUI-based version of a “Hello, World!” program.

Create a JFrame that includes a JLabel that reads “Hello, World!” Use a layout manager of your

choice.

Include an Exit button to close the program.

Submit assignment per the APA template that will be provided, to include cover page, description of code, flowchart or pseudocode, code with header data, and finally a screen shot of your code executing on your computer. Please submit your assignment as YourLastNameWk1.doc and YourLastNameWk1.java. Ensure that your code executes prior to submittal.

PRG-421 Java Programming II

WEEK 2

Write a...