Java View all facts Glossary Help |
| object > GUI event object > keyboard event |
| keyboard event comparison table | |||
| Subject | is a kind of | has definition | represent |
|---|---|---|---|
| GUI event object | object | A common object used in GUI window systems to represent the action of a user pressing a mouse button or a key on the keyboard | an action of the user |
| keyboard event | GUI event object | the user pressing a key on the keyboard |
Next GUI event object: mouse event Up: GUI event object