List of usage examples for javax.swing JApplet subclass-usage
From source file DiningPhilosophers.java
public class DiningPhilosophers extends javax.swing.JApplet implements ActionListener, ChangeListener { private JButton stopStartButton = new JButton("start"); // delays can go from 0 to 10,000 milliseconds, initial value is 500 int grabDelay = 500;
From source file com.google.code.facebook.graph.sna.applet.L2RTreeLayoutDemo.java
/**
* A variant of TreeLayoutDemo that rotates the view by 90 degrees from the
* default orientation.
* @author Tom Nelson
*
*/
From source file renderer.DependencyGrapher.java
/** * * @author Raul Cajias * */ public class DependencyGrapher<V, E> extends JApplet {
From source file 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 io.datalayer.jung.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 UNUSED.JUNGsamples.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 edu.uci.ics.jung.samples.PerspectiveTransformerDemo.java
/**
* Demonstrates the use of <code>PerspectiveTransform</code>
* applied to either the model (graph layout) or the view
* (VisualizationViewer)
*
* @author Tom Nelson
From source file edu.uci.ics.jung.samples.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 com.migueljl.oscilaciones.forzada.general.applet1.java
/**
* Clase que representa a la aplicacin (Applet) que ejecutar el experimento virtual
*
* @author Miguel Jimnez Lpez
*/
From source file com.google.code.facebook.graph.sna.applet.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