Class SpellCheckPanel


  • public class SpellCheckPanel
    extends java.lang.Object
    This class just runs a simple modal panel to register user name and email on first run.
    • Constructor Summary

      Constructors 
      Constructor Description
      SpellCheckPanel()
      Creates new register panel.
    • Constructor Detail

      • SpellCheckPanel

        public SpellCheckPanel()
        Creates new register panel.
    • Method Detail

      • getShared

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

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

        public RJPanel getUI()
        Returns the UI (loading it if necessary).
      • resetUI

        public void resetUI()
        Reset the UI.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Handles okay button.