Purchase Solution

GUI, event-driven program and UML

Not what you're looking for?

Ask Custom Question

1. Describe the relationship between a GUI component and events? What is the programmer's responsibility when developing a GUI, event-driven program?

2. List two advantages and two disadvantages of using UML as a modeling standard for Object-Oriented programs.

Purchase this Solution

Solution Summary

The relationship between a GUI component and events is described. The programmer's responsibility when developing a GUI, event-driven program is identified. Two advantages and two disadvantages of using UML as a modeling standard for Object-Oriented programs are listed.

Solution Preview

1. describe the relationship between a GUI component and events? What is the programmer's responsibility when developing a GUI, event-driven program?
- Many GUI components (buttons, list boxes, check boxes etc.) generate events upon acting on them by mouse, keyboard or stylus (touchscreen). These events need to be processed by internal (respective) sub-routines specifically designed for the specific actions assigned to those GUI components by programmer/designer.

Upon processing the events the programmer needs to update (if needed) GUI components. For instance, updating a list box after ...

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.