Hi,
I have a jFrame that calls a jDialog. Upon a certain event, I want another jDialog to pop up for a task, however, when I make the call:
VoucherTktD tktvou = new VoucherTktD(this, true);
I get an error msg: cannot find symbol
symbol: constructor VoucherTktD(proemployees.ViewTicketD, Boolean)
location: class proemployees.VoucherTktD
Any ideas??
Thanks.