how to request focus for Panel hiding behind another panel?
Hi guys,
I have two panels(of different sizes) within a JFrame, i have one button (in smaller panel)that does some query in the back end & populates the results in another panel (bigger panel), now assuming that i am in smaller panel, how is that i can bring up the bigger panel that is hiding behind this smaller panel.
I tried using requestFocus method but its not working.
Can anyone help me in this regard?
Thanks & Regards,
Vishal

