Package gui.models

Examples of gui.models.CurrentDateModel


   */
  public Ntp(){
    super("NTP");
   
    /* La date utilisée dans le projet */
    dateModel = new CurrentDateModel();
   
    //On change le skin
    GU.changeUiSkin(new ExperienceBlue(),this);
   

View Full Code Here

TOP

Related Classes of gui.models.CurrentDateModel

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.