com.swabunga.spell.examples

Class JTextComponentSpellCheckExample

public class JTextComponentSpellCheckExample extends JFrame

This class shows an example of how to use the spell checking capability on a JTextComponent.

Author: Robert Gustavsson (robert@lindesign.se)

Field Summary
protected SpellDictionarydictionary
Constructor Summary
JTextComponentSpellCheckExample(String dictPath, String phonetPath)
Method Summary
static voidmain(String[] args)

Field Detail

dictionary

protected SpellDictionary dictionary

Constructor Detail

JTextComponentSpellCheckExample

public JTextComponentSpellCheckExample(String dictPath, String phonetPath)

Method Detail

main

public static void main(String[] args)