hi,
i have a JFrame... one menuBar placed on a JPanel.. and then two JPanel with different things (let me call them ActionPanelOne, and ActionPanelTwo).
i put the JPanel (with JMenuBar) North of the JFrame, and menuIteam will call the 2 ActionPanel individually to come up.
my problem is:
Once the ActionPanel is visible, the view of my dropped down menu items will be partially block by the ActionPanel.
is there a way to set the Panel(with menuBar) or the menuBar dropped down list alway on top or something? This is really bothering me.
thanks.