Thursday 6 December 2012


PRG/421 version 10 Java Programming II
PRG 421 version 10 Week 1

Tutorial Includes

Fundraiser Program
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.
Hello World Program
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

DISCUSSION QUESTION # 1
 •  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.

DISCUSSION QUESTION # 2
 •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.

DISCUSSION QUESTION # 3
 •What do you feel are the advantages and disadvantages to using Swing versus AWT?


http://www.studentoffortune.com/question/1948083/PRG-421-version-10-week-1

No comments:

Post a Comment