Class SurveyViewer

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class SurveyViewer extends JPanel
A Swing-based viewer for rendering a Survey. * @version 1.0
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • SurveyViewer

      public SurveyViewer(Survey survey)
      Creates a viewer for the specified survey.
      Parameters:
      survey - the survey to display
  • Method Details

    • showInDialog

      public static void showInDialog(Survey survey)
      Utility method to show the viewer in a dialog.