com.swabunga.spell.examples

Class TextPaneMarkingExample

public class TextPaneMarkingExample 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
TextPaneMarkingExample(String dictPath, String phonetPath)
Method Summary
static voidmain(String[] args)

Field Detail

dictionary

protected SpellDictionary dictionary

Constructor Detail

TextPaneMarkingExample

public TextPaneMarkingExample(String dictPath, String phonetPath)

Method Detail

main

public static void main(String[] args)