Package scotlandyard.client.widget.dialogs

Examples of scotlandyard.client.widget.dialogs.ResponderDialog


    lblNum.setText(String.valueOf(n));
  }
 
  public void proximaResposta(){
    if (!perguntas[ultimaPergunta].equals("")){
      new ResponderDialog (this, ultimaPergunta+1 , perguntas[ultimaPergunta] ).center();
      ultimaPergunta++;
    }else{
      //Ganhei?
     
    }
View Full Code Here

TOP

Related Classes of scotlandyard.client.widget.dialogs.ResponderDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.