Java View all facts Glossary Help |
| object > GUI event object > mouse event |
| mouse 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 |
| mouse event | GUI event object | the user clicking the mouse |
Next GUI event object: keyboard event Up: GUI event object