The JMenu behaves normally until a JButton is used to update a JTable on the JFrame. Then the JMenu is mostly hidden by a JPanel (see images below). Shouldn\'t the JMenu alw
I'd suggest reading Mixing Heavyweight and Lightweight Components for more information.