Class JTextComponentSpellCheckExample

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
com.swabunga.spell.examples.JTextComponentSpellCheckExample
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

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)
See Also:
  • Field Details

  • Constructor Details

    • JTextComponentSpellCheckExample

      public JTextComponentSpellCheckExample(String dictPath, String phonetPath)
  • Method Details

    • main

      public static void main(String[] args)