We made a text editor using java swing. For example, there are menu items such as open, save, close in the file menu. In addition, there are menu items such as undo, find, change in the edit menu. How can I make this menubar, menu items, and menu relation with design pattern?