Computer Science, asked by RaginiSingh098, 1 year ago

4. In GUI, the user can perform an action just by a____________.​

Answers

Answered by sourishpati
4

Explanation:

How to Use Actions

An Action can be used to separate functionality and state from a component. For example, if you have two or more components that perform the same function, consider using an Action object to implement the function. An Action object is an action listener that provides not only action-event handling, but also centralized handling of the state of action-event-firing components such as tool bar buttons, menu items, common buttons, and text fields. The state that an action can handle includes text, icon, mnemonic, enabled, and selected status.

Similar questions