| javax.swing.JApplet com.Ostermiller.util.RandPassApplet
RandPassApplet | public class RandPassApplet extends JApplet (Code) | | An applet that will let the user generate random passwords.
author: Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities since: ostermillerutils 1.02.00 |
Method Summary | |
public String | getAppletInfo() Get information such as the name of this applet, the author of
this applet, and a description of this applet. | public void | init() |
getAppletInfo | public String getAppletInfo()(Code) | | Get information such as the name of this applet, the author of
this applet, and a description of this applet.
a string with the information about this applet. since: ostermillerutils 1.02.00 |
init | public void init()(Code) | | Start the applet (to be called by the applet viewer)
since: ostermillerutils 1.02.00 |
|
|