List of usage examples for javax.swing JApplet subclass-usage
From source file CentralLimitTheorem.CLT.java
/** * * @author minakim */ public class CLT extends javax.swing.JApplet { int sampleSize;
From source file jgraph.JShow.java
/**
* Shows how to create a graph editor with JUNG.
* Mouse modes and actions are explained in the help text.
* The application version of JShow provides a
* File menu with an option to save the visible graph as
* a jpeg file.
From source file demo.AnimatingAddNodeDemo.java
/** * A variation of AddNodeDemo that animates transitions between graph states. * * @author Tom Nelson */ public class AnimatingAddNodeDemo extends javax.swing.JApplet {
From source file org.waterforpeople.mapping.dataexport.KMLApplet.java
public class KMLApplet extends JApplet implements Runnable { private static final long serialVersionUID = -450706177231338054L; private JLabel statusLabel; private String serverBase;
From source file demo.EdgeLabelDemo.java
/**
* Demonstrates jung support for drawing edge labels that
* can be positioned at any point along the edge, and can
* be rotated to be parallel with the edge.
*
* @author Tom Nelson
From source file YoungDoubleSlit.YoungDoubleSlit.java
/** * * @author Geonmo */ public class YoungDoubleSlit extends javax.swing.JApplet { int wavelength, slit_width, slit_distance, bin_size;
From source file RaceApplet.java
public class RaceApplet extends JApplet implements Runnable { private final static int NUMRUNNERS = 2; private final static int SPACING = 20;
From source file org.jcodec.player.app.PlayerApplet.java
/**
* This class is part of JCodec ( www.jcodec.org ) This software is distributed
* under FreeBSD License
*
* Media player applet for JCodec streaming
*
From source file org.omelogic.tome.EpiTome.java
public class EpiTome extends JApplet { public static final int NUM_CONTROLS = 100; public static final int NUM_BINS_MAX = 100; private UndirectedSparseGraph backingGraph;
From source file io.datalayer.jung.AnimatingAddNodeDemo.java
/** * A variation of AddNodeDemo that animates transitions between graph states. * * @author Tom Nelson */ public class AnimatingAddNodeDemo extends javax.swing.JApplet {