Frame dùng để test các thành phần khác import .*; import .*; public class ComponentTestFrame extends Frame implements WindowListener { public ComponentTestFrame(String title){ super(title); setBackground(); setSize(400,300); setLocation(200,150); setLayout(new FlowLayout()); addWindowListener(this); } | CácthànhphầnAWT Frame dùng để test các thành phần khác import . import . public class ComponentTestFrame extends Frame implements WindowListener public ComponentTestFrame String title super title setBackground setSize 400 300 setLocation 200 150 setLayout new FlowLayout addWindowListener this 25 CacthanhphanAWT Frame dùng để test các thành phần khác public void windowClosing WindowEvent e dispose 0 public void windowActivated WindowEvent e public void windowClosed WindowEvent e public void windowIconified WindowEvent e public void windowDeiconified WindowEvent e public void windowDeactivated WindowEvent e public void windowOpened WindowEvent e 26 CacthanhphanAWT Một số phương thức của Frame Frame Frame String Image getIconImage MenuBar getMenuBar String getTitle Boolean isResizeable setIconImage Image setMenuBar MenuBar setTitle String setVisible boolean .