Has anyone ever seen this? I just have a JFrame with a JMenuBar set on it with JFrame.setJMenuBar() method. The JFrame is using a JPanel with layout set to null, then I am just hardcoding the x,y,w,h with setBounds() method on each component. When I drop the menu down, it shows behind a checkbox, i.e. the checkbox hides it. I think this is very odd. If anyone has seen this before, I would like to hear. Many thanks, Barry