Introduction - If you have any usage issues, please Google them yourself
//Construct the label with the specified menu files = new Menu ( file (F) ) compile = new Menu ( Edit (E) ) see = new Menu ( View (V) ) format = new Menu ( format (O) ) font = new Menu ( fonts and colors (F )... )// in the format menu and then add a font and color of the menu help = new Menu ( Help (H) )// structure with the specified menu item label news = new MenuItem ( New (N)+ + Ctrl+ N ) open = new MenuItem ( Open (O )...+ + Ctrl+ O ) save = new MenuItem ( Save (S)+ + Ctrl+ S ) other = new MenuItem ( Save as (A )... ) page = new MenuItem ( Page Setup (U )... ) mim = new MenuItem ( Print (P )...+ + Ctrl+ P ) quit = new MenuItem ( Exit (X ) )
Packet : 19854801menumu_3.rar filelist
Menumu_3.java