Package compilador.archivo

Examples of compilador.archivo.Historial


  private Historial RecentlyFiles;
  private File[] RecentlyPaths;
 
  public ReadingFile(String title){
    super(title);
    RecentlyFiles = new Historial();
    RecentlyPaths = RecentlyFiles.getRecently();
    p1 = new JPanel();
    //pH = new ToolPanel(this);
    pI = new JPanel();
    Hoja = new JTextArea();
View Full Code Here


      Pest = new Pestanas();//(JTabbedPane.TOP,JTabbedPane.WRAP_TAB_LAYOUT);
     
     
     
      ee.EscribeInfo("Leyendo Historial",6);
      RecentlyFiles = new Historial();
      ee.EscribeInfo("Cargando Historial",7);
      RecentlyPaths = RecentlyFiles.getRecently();
      ee.EscribeInfo("Creando sistema de Hojas",8);
      p1 = new Hoja(this,0);
      ee.EscribeInfo("Creando Herramientas",9);
View Full Code Here

TOP

Related Classes of compilador.archivo.Historial

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.