Package net.sourceforge.ztail.ui.windows

Examples of net.sourceforge.ztail.ui.windows.LocalFileDialogWindow.open()


        openLocalFileReq(win.getFile().toURI(), win.getNumberOfLines());
        win.close();
      }
    });
   
    win.open();
  }
 
  public void openLocalFileReq(URI uri, int nrOfLines) {
    openTab(FileService.getInstance().openLocalFile(uri, nrOfLines));
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.