Is it possible in a Java applet that when user clicks a button, he is guided to some another page on same applet (just as we are guided to different pages on a browser using HTML), while the data on previous page is being preserved?
If yes, then what are the methods that can fulfill such functionality?