I have a simple JMenuBar with 4 items and a Panel with some textFields spinners and comboboxes.
now if I use the Spinner or some other Components in the Panel the Jmenu items seem to open behind the panel , I cant see it but I can still use it. Im working with the netBeans GUI tool. Do i have to set the JMenuBar allways on top or something ?.
you have issue with Mixing AWT with Swing JComponents and better would be to change
to the