Package cx.fbn.nevernote.dialog

Examples of cx.fbn.nevernote.dialog.SpellCheck


   
   
    private final BrowserWindow parent;
    public SuggestionListener(BrowserWindow parent, SpellChecker checker) {
      this.parent = parent;
      spellCheckDialog = new SpellCheck(checker);
    }
View Full Code Here

TOP

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

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.