Class RandPassApplet

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

public class RandPassApplet extends JApplet
An applet that will let the user generate random passwords.
Since:
ostermillerutils 1.02.00
Author:
Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also:
  • Constructor Details

    • RandPassApplet

      public RandPassApplet()
  • Method Details

    • init

      public void init()
      Start the applet (to be called by the applet viewer)
      Overrides:
      init in class Applet
      Since:
      ostermillerutils 1.02.00
    • getAppletInfo

      public String getAppletInfo()
      Get information such as the name of this applet, the author of this applet, and a description of this applet.
      Overrides:
      getAppletInfo in class Applet
      Returns:
      a string with the information about this applet.
      Since:
      ostermillerutils 1.02.00