Class TextPaneMarkingExample

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

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

  • Constructor Details

    • TextPaneMarkingExample

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

    • main

      public static void main(String[] args)