Package cx.fbn.nevernote.dialog

Examples of cx.fbn.nevernote.dialog.LogFileDialog


  }
  // Called when user picks Log from the help menu
  @SuppressWarnings("unused")
  private void logger() {
    logger.log(logger.HIGH, "Entering NeverNote.logger");
    LogFileDialog dialog = new LogFileDialog(emitLog);
    dialog.exec();
    logger.log(logger.HIGH, "Leaving NeverNote.logger");
  }
View Full Code Here

TOP

Related Classes of cx.fbn.nevernote.dialog.LogFileDialog

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.