I am unable to solve a problem in my project,related to the display in the panels.The problem is as follows..
We have two panels in an applet,the top panel will have buttons and two text fields,and the bottom panel is blank.when the user enter the company name in the text field and press submit button,
the homepage of the company entered should be displayed in the lower panel,but when we try to do the same it displays the output in a new browser window.
we are using the code appletcontext.showDocument(urlof company,lower panel).
This is very urgent.
Thanks in advance