|
|
@ -55,6 +55,7 @@ public class QuestionWindow extends JWindow { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void windowDeactivated(WindowEvent e) { |
|
|
|
public void windowDeactivated(WindowEvent e) { |
|
|
|
|
|
|
|
QuestionWindow.getInstance().dispose(); |
|
|
|
QuestionWindow.getInstance().setVisible(false); |
|
|
|
QuestionWindow.getInstance().setVisible(false); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|