Tham khảo tài liệu 'lập trình java cơ bản : gui nâng cao part 6', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Ví dụ về Frame Menu và Dialog 31 Ví dụ về Frame Menu và Dialog import . import . public class DemoFrame3 public static void main String args MyFrame myFrame new MyFrame Example on my frame 500 400 true new WindowAdapter public void windowClosing WindowEvent e 0 Ví dụ về Frame Menu và Dialog class MyFrame extends Frame implements ActionListener private MenuBar menuBar private Menu menu private MenuItem circleItem rectItem public MyFrame String title super title menuBar new MenuBar setMenuBar menuBar menu new Menu Draw menu circleItem new MenuItem Circle rectItem new MenuItem Rectangle circleItem rectItem this this