I want the items in the JMenuBar to align to the left, and I cannot get it to do so. I have tried using FlowLayout, but that makes the height of the JMenuBar bigger, and I don't want that. How do I...