Single instance of QuestionPanel is used to display all types of questions.
When contents of the panel is changed, revalidate() method is invoked to apply changes to panel.
However, this method re-layout panel components if needed. In some cases, Swing considers that there is nothing
to re-layout and panel does dot refresh visible contents (see CR 6674869 for details).
When contents of the panel is changed, revalidate() method is invoked to apply changes to panel.
However, this method re-layout panel components if needed. In some cases, Swing considers that there is nothing
to re-layout and panel does dot refresh visible contents (see CR 6674869 for details).