|
-
March 5th, 1999, 03:34 AM
#1
Going From One dialog to another
I ahve an applet in which I have a dialog which has two buttons. I just want to go to another dialog by clicking a button.When in the action I say
if(arg.equals("Next") {
AnotherDialog f = AnotherDialog(this,"Next");
f.show();
}
It is giving a compiler error.
Can you help?
Thanks in Advance,
bsat
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|