Package admin

Examples of admin.AdminTools


    jmOptions.add(jmDeleteAllPublicMessages);
    jmBonus.add(jmUsersList);
    jmBonus.add(jmHymne);

    if (dataBaseConnection.getUserLevel(userName)==0 || dataBaseConnection.getUserLevel(userName)==1)
      this.add(new AdminTools(userName, dataBaseConnection));
    this.add(jmFile);
    this.add(jmOptions);
    this.add(jmAbout);
    this.add(jmBonus);
   
View Full Code Here

TOP

Related Classes of admin.AdminTools

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.