List of usage examples for javax.swing JApplet subclass-usage
From source file UNUSED.JUNGsamples.AddNodeDemo.java
/** * Demonstrates visualization of a graph being actively updated. * * @author danyelf */ public class AddNodeDemo extends javax.swing.JApplet {
From source file edu.uci.ics.jung.samples.ImageEdgeLabelDemo.java
/**
* Demonstrates the use of images on graph edge labels.
*
* @author Tom Nelson
*
*/
From source file edu.uci.ics.jung.samples.AddNodeDemo.java
/** * Demonstrates visualization of a graph being actively updated. * * @author danyelf */ public class AddNodeDemo extends javax.swing.JApplet {
From source file com.google.code.facebook.graph.sna.applet.ImageEdgeLabelDemo.java
/**
* Demonstrates the use of images on graph edge labels.
*
* @author Tom Nelson
*
*/
From source file com.google.code.facebook.graph.sna.applet.AddNodeDemo.java
/** * Demonstrates visualization of a graph being actively updated. * * @author danyelf */ public class AddNodeDemo extends javax.swing.JApplet {
From source file GetApplets.java
public class GetApplets extends JApplet implements ActionListener { private JTextArea textArea; public void init() { //Execute a job on the event-dispatching thread: //creating this applet's GUI.
From source file example.Example1.java
/** * Demonstrates visualization of a graph being actively updated. * * @author danyelf */ public class Example1 extends javax.swing.JApplet {
From source file samples.graph.DagDemo.java
/**
* Shows-off DAGLayout :-).
*
* @author Rodrigo Rizzi Starr
*
*/
From source file statemachinedesigner.GraphDisplayApplet.java
/** * * * @author Jenhan Tao */ public class GraphDisplayApplet extends javax.swing.JApplet {
From source file com.liveperson.infra.akka.actorx.ui.DisplayGraph.java
/** * Partially based on ShowLayouts2 by Danyel Fisher & Joshua O'Madadhain */ @SuppressWarnings("serial") public class DisplayGraph extends JApplet {