i have a program that starts up with a dialog, which invokes a class
according to user input, and that class opens a frame..in fact, frame
opens but it is not painted, and invoking paint/repaint methods
manually does not work either..
on the other hand, when i bypass the first step (dialog i mean) and
directly start my program with the class which opens the frame,
everything works fine, so i think the problem is with the dialog, does
anybody have a solution offer?
according to user input, and that class opens a frame..in fact, frame
opens but it is not painted, and invoking paint/repaint methods
manually does not work either..
on the other hand, when i bypass the first step (dialog i mean) and
directly start my program with the class which opens the frame,
everything works fine, so i think the problem is with the dialog, does
anybody have a solution offer?