my main have this code:
System.out.println("Before:"
;
celes.print();
cassino.print();
editor.editProperties();
System.out.println("After:"
;
celes.print();
cassino.print();
my "editor" class is a JDialog that was set to be modal.
The problem is that after i leave my applet the mais function does not continue executing the rest of the code. Do you have any idea of what can i do to correct it?
thanks.
System.out.println("Before:"
celes.print();
cassino.print();
editor.editProperties();
System.out.println("After:"
celes.print();
cassino.print();
my "editor" class is a JDialog that was set to be modal.
The problem is that after i leave my applet the mais function does not continue executing the rest of the code. Do you have any idea of what can i do to correct it?
thanks.