Example usage for javax.swing JApplet subclass-usage

List of usage examples for javax.swing JApplet subclass-usage

Introduction

In this page you can find the example usage for javax.swing JApplet subclass-usage.

Usage

From source file Chart.java

/**
 * @version 1.33 2007-06-12
 * @author Cay Horstmann
 */
public class Chart extends JApplet
{

From source file Pear.java

public class Pear extends JApplet {

    Ellipse2D.Double circle, oval, leaf, stem;

    Area circ, ov, leaf1, leaf2, st1, st2;

From source file org.rdv.ui.ApplicationApplet.java

/**
 * @author jphanley, bkirschner
 */
public class ApplicationApplet extends JApplet {

    /** serialization version identifier */

From source file org.jfree.chart.demo.JFreeChartAppletDemo.java

/**
 * A simple applet containing two sample charts in a JTabbedPane.
 *
 */
public class JFreeChartAppletDemo extends JApplet {

From source file org.apache.commons.httpclient.contrib.proxy.PluginProxyTestApplet.java

/**
 * <p>
 * DISCLAIMER: HttpClient developers DO NOT actively support this component.
 * The component is provided as a reference material, which may be inappropriate
 * for use without additional customization.
 * </p>

From source file io.datalayer.jung.VertexLabelAsShapeDemo.java

/**
 * This demo shows how to use the vertex labels themselves as 
 * the vertex shapes. Additionally, it shows html labels
 * so they are multi-line, and gradient painting of the
 * vertex labels.
 * 

From source file UNUSED.JUNGsamples.VertexLabelAsShapeDemo.java

/**
 * This demo shows how to use the vertex labels themselves as 
 * the vertex shapes. Additionally, it shows html labels
 * so they are multi-line, and gradient painting of the
 * vertex labels.
 * 

From source file edu.uci.ics.jung.samples.VertexLabelAsShapeDemo.java

/**
 * This demo shows how to use the vertex labels themselves as 
 * the vertex shapes. Additionally, it shows html labels
 * so they are multi-line, and gradient painting of the
 * vertex labels.
 * 

From source file com.google.code.facebook.graph.sna.applet.VertexLabelAsShapeDemo.java

/**
 * This demo shows how to use the vertex labels themselves as 
 * the vertex shapes. Additionally, it shows html labels
 * so they are multi-line, and gradient painting of the
 * vertex labels.
 * 

From source file ShowDocument.java

public class ShowDocument extends JApplet implements ActionListener {
    URLWindow urlWindow;

    public void init() {
        //Execute a job on the event-dispatching thread:
        //creating this applet's GUI.