Các sự kiện bàn phím • Một lớp muốn nghe sự kiện bàn phím phải cài đặt giao tiếp KeyListener • Chú ý: Có thể sử dụng KeyAdapter thay cho dùng giao tiếp KeyListener | Các lớp adapter Một số lớp adapter Interface Adapter class ComponentListener ComponentAdapter ContainerListener ContainerAdapter FocusListener FocusAdapter KeyListener KeyAdapter MouseListener MouseAdapter MouseMotionListener MouseMotionAdapter WindowListener WindowAdapter 49 Các sự kiện bàn phím Một lớp muốn nghe sự kiện bàn phím phải cài đặt giao tiếp KeyListener void keyTyped KeyEvent e void keyPressed KeyEvent e void keyReleased KeyEvent e Chú ý Có thể sử dụng KeyAdapter thay cho dùng giao tiếp KeyListener 50 Các sự kiện bàn phím Cac import can thiet. public class DemoKey extends Applet implements KeyListener private String key public void init addKeyListener this key public void paint Graphics g new Font Arial 72 key 100 100 .