Button Description

A button is a visual screen element in a GraphicalUserInterface. The button allows the user to communcate a command to the computer. Buttons are usually square or round, with a text label in the center. Most buttons have a 3D look that makes them appear to be sticking out of the screen. A user activates the button by pressing and releasing it. Buttons are intuitive to users because they work like physical buttons (like on the front of your computer).

Example

An email sending program might have a button labeled SEND. After the text of an email message, the user can activate this button to tell the program that the email is ready to be sent.

Expected Behavior

Computer users today (in 2003) have certain expectations about the behavior of buttons:

Implementations

Please post implementations of button in various langauges.

Button (last edited 2008-07-09 05:47:57 by localhost)