i have developed an GUI application using java swings...i have a panel inside swing which will call a jsp page (with a button) in ther server using JWebBrowser...if i click on a button in jsp page, i would like to return the response (control) from jsp to swing..eagerly waiting for response to proceed with...thanks..
