passing parameters to an applet via a button, then an aplpet button? Any ideas?
Printable View
Feb 8th, 2005, 06:28 PM
relentless32
passing parameters to an applet via a button, then an aplpet button? Any ideas?
{
clickButton = new Button("Go to URL");
add(clickButton);
}