2

enter image description here

Statdard is Lable When i am opening file JMenu, label is displaying in front of jmenu. It was happening because I was mixing AWT and swings. Instead of Label when i used JLabel It is working fine as expected.

Mixing AWT and Swing components

ajkush
  • 587
  • 2
  • 11
  • 25

1 Answers1

2

I was mixing AWT and swing. Sorry it was Label not JLabel. Found help from these two articles:

trashgod
  • 203,806
  • 29
  • 246
  • 1,045
ajkush
  • 587
  • 2
  • 11
  • 25