Package com.swabunga.spell.swing
package com.swabunga.spell.swing
-
ClassesClassDescriptionImplementation of a spell check dialog.Implementation of a spell check form.This class spellchecks a JTextComponent throwing up a Dialog everytime it encounters a misspelled word.use: JTextPane pane = new JTextPane(); pane.setEditorKit(new SpellEditorKit());