Example usage for java.awt Label subclass-usage

List of usage examples for java.awt Label subclass-usage

Introduction

In this page you can find the example usage for java.awt Label subclass-usage.

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(). */