Package displayables

Examples of displayables.ListRootFiles


  }

  public void setStatus(int s) {
    switch (s) {
    case 0:
      ListRootFiles first = new ListRootFiles(
          "Seleccione un sistema de archivos");
      Display.getDisplay(m).setCurrent(first);
      first.setCommandListener(this);
      first.addCommand(exitCommand);
      currentPath = null;
      break;

    case 1:
      List p = (List) Display.getDisplay(m).getCurrent();
View Full Code Here

TOP

Related Classes of displayables.ListRootFiles

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.