@@ -92,14 +92,14 @@ Rustam_Z🚀, 9.10.2020
92
92
- [HandleEvent1 ](programs/ HandleEvent1 . java) with the use of Inner Classes
93
93
94
94
- ```
95
- User Action Object Generated
95
+ User Action Object Generated
96
96
97
- Click a button JButton ActionEvent
98
- Click a check box JCheckBox ItemEvent , ActionEvent
99
- Click a radio button JRadioButton ItemEvent , ActionEvent
97
+ Click a button JButton ActionEvent
98
+ Click a check box JCheckBox ItemEvent , ActionEvent
99
+ Click a radio button JRadioButton ItemEvent , ActionEvent
100
100
Press return on a text field JTextField ActionEvent
101
- Select a new item JComboBox ItemEvent, ActionEvent
102
- Window opened, closed, etc. Window WindowEvent
101
+ Select a new item JComboBox ItemEvent, ActionEvent
102
+ Window opened, closed, etc. Window WindowEvent
103
103
Mouse pressed, released, etc. Component MouseEvent
104
104
Key released, pressed, etc. Component KeyEvent
105
105
```
@@ -109,21 +109,21 @@ Rustam_Z🚀, 9.10.2020
109
109
ActionEvent ActionListener actionPerformed(ActionEvent )
110
110
ItemEvent ItemListener itemStateChanged(ItemEvent )
111
111
WindowEvent WindowListener windowClosing(WindowEvent )
112
- windowOpened(WindowEvent )
113
- windowIconified(WindowEvent )
114
- windowDeiconified(WindowEvent )
115
- windowClosed(WindowEvent )
116
- windowActivated(WindowEvent )
117
- windowDeactivated(WindowEvent )
118
- ContainerEvent ContainerListener componentAdded(ContainerEvent )
119
- componentRemoved(ContainerEvent )
112
+ windowOpened(WindowEvent )
113
+ windowIconified(WindowEvent )
114
+ windowDeiconified(WindowEvent )
115
+ windowClosed(WindowEvent )
116
+ windowActivated(WindowEvent )
117
+ windowDeactivated(WindowEvent )
118
+ ContainerEvent ContainerListener componentAdded(ContainerEvent )
119
+ componentRemoved(ContainerEvent )
120
120
MouseEvent MouseListener mousePressed(MouseEvent )
121
- mouseReleased(MouseEvent )
122
- mouseClicked(MouseEvent )
123
- mouseExited(MouseEvent )
124
- mouseEntered(MouseEvent )
125
- KeyEvent KeyListener keyPressed(KeyEvent )
126
- keyReleased(KeyEvent )
127
- keyTypeed(KeyEvent )
121
+ mouseReleased(MouseEvent )
122
+ mouseClicked(MouseEvent )
123
+ mouseExited(MouseEvent )
124
+ mouseEntered(MouseEvent )
125
+ KeyEvent KeyListener keyPressed(KeyEvent )
126
+ keyReleased(KeyEvent )
127
+ keyTypeed(KeyEvent )
128
128
129
129
```
0 commit comments