List of usage examples for java.awt Label subclass-usage
From source file URLButton.java
/** * URLButton -- a Button-like object that jumps to a URL. MUST have an Applet * parent since we use Applet methods. */ public class URLButton extends Label implements MouseListener { /** Applet parent, for showStatus() and showDocument(). */