Package ketUI.panel

Examples of ketUI.panel.KetFrame


   * while regular documents are *.txt.
   */
  public FrameManager(DocumentManager documentManager, Document document, JFrame existingFrame) {
    this.documentManager = documentManager;
    this.document = document;
    this.frame = existingFrame==null ? new KetFrame(documentManager, document) : existingFrame;
    fullScreenFrame = null;
    latexFilename = null;
    clojureFilename = null;
    htmlFilename = null;
  }
View Full Code Here

TOP

Related Classes of ketUI.panel.KetFrame

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.