Class SpellCheckPanel


  • public class SpellCheckPanel
    extends SwingOwner
    This class just runs a simple modal panel to register user name and email on first run.
    • Constructor Detail

      • SpellCheckPanel

        public SpellCheckPanel()
    • Method Detail

      • getShared

        public static SpellCheckPanel getShared()
        Returns the shared instance.
      • show

        public void show()
        Runs the spell check panel.
      • initUI

        protected void initUI()
        Initialize UI.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • resetUI

        public void resetUI()
        Reset the UI.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • findNextMisspelling

        public void findNextMisspelling()
        Find next misspelling.
      • doCorrection

        public void doCorrection()
        Do correction.