I want to create a very simple JMenuBar with 2 clickable JMenuItems with the following code:
JFrame window = new JFrame(); JMenuBar bar = new JMenuBar(); JMen