How are computer programs more user friendly when they contain GUI components? How does Java address GUI components?

What will be an ideal response?

Computer programs usually are more user friendly (and more fun to use) when they contain graphical user interface (GUI) components. GUI components are buttons, text fields, and other components with which the user can interact. Java contains two sets of prewritten GUI components-the Abstract Windows Toolkit (AWT) and Swing. AWT components are older, not as portable as Swing components, and do not have a consistent appearance when used with different operating systems.

Computer Science & Information Technology

You might also like to view...

To delete a hyperlink, click Delete Link in the Edit Hyperlink dialog box

Indicate whether the statement is true or false

Computer Science & Information Technology

This type of combo box combines a button with a list and allows the user to select items from its list only.

A) Editable B) Static C) Bound D) Uneditable

Computer Science & Information Technology