Class Question

java.lang.Object
fr.formiko.views.gui2d.Question

public class Question extends Object
Question class to get GUI answer.
Author:
Hydrolien
  • Field Details

    • answer

      private boolean answer
  • Constructor Details

    • Question

      public Question(String popUpName, String popUpMessage)
      constructor to get a boolean answer.
      Parameters:
      popUpName - name of the popUp
      popUpMessage - message of the popUp
  • Method Details

    • getChoix

      public boolean getChoix()