posted 23 years ago
hi
i have a problem that the written below is not executed sequentially:
if (rt==JOptionPane.YES_OPTION)
{
System.out.println("Inside yes of message");
new SaveDialog(this,frmloc);
print();
saveflg = 0;
}
the function print() is executed before SaveDialog is executed
please reply soon its urgent
ritu