Lập trình đồ họa với AWT - Phần 4

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 .

Bấm vào đây để xem trước nội dung
TÀI LIỆU MỚI ĐĂNG
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.