• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back

GUI is an acronym for:

Greplica user interface

A ___ is an object that defines a screen element used to display information or allowance user to interact with a program in a certain way.

Component

A ___ is an object that waits for an event to occur and responds in some way when it does.

Listener

A ____ container is one that is managed by the underlying operating system on which the program is run, whereas a ___ container is managed by the Java program itself

Heavyweight, lightweight

A container is governed by a ___, which determines exactly how the components added to the panel will be displayed.

Layout manager

Which component allows the user to enter typed input from the keyboard?

Text fields

Which component allows the user to select one of several options from a "drop down" menu?

Combo boxes

Which layout manager organises the components from left to right, starting new rows as necessary?

Flow layout

Which of the following event descriptions best describes the 'mouse entered' event?



A) the mouse button is pressed down


B) the mouse button is pressed down and released without moving the mouse in between


C) the mouse pointer is moved onto a component


D) the mouse button is released


E) the mouse is moved while the mouse button is pressed down

C) the mouse pointer is moved onto a component

A ___ is a graphical window that pops up on top of any currently active window so that the user can interact with it.

Dialogue box

What are the fundamental ideas of good GUI design






A) know the user


B) prevent user errors


C) optimise user abilities


D) be consistent

What does a timer component do?

B) it generates action events at regular intervals

What component can be toggled on or off using the mouse, indicating that a particular boolean condition is set or unset?

Check box

Which of the following represents a dialog box that allows the user to select a file from a disk or other storage medium?

File chooser

Which class plays a role in altering a visual aspect of a component?

BorderFactory