List of usage examples for javax.swing JApplet subclass-usage
From source file ClipImage.java
/** * Animated clipping of an image & shapes with alpha. */ public class ClipImage extends JApplet implements Runnable { private Image img;
From source file edu.uci.ics.jung.samples.MinimumSpanningTreeDemo.java
/**
* Demonstrates a single graph with 3 layouts in 3 views.
* The first view is an undirected graph using KKLayout
* The second view show a TreeLayout view of a MinimumSpanningTree
* of the first graph. The third view shows the complete graph
* of the first view, using the layout positions of the
From source file ClipImage.java
/** * Animated clipping of an image & shapes with alpha. */ public class ClipImage extends JApplet implements Runnable { private Image img;
From source file com.google.code.facebook.graph.sna.applet.MinimumSpanningTreeDemo.java
/**
* Demonstrates a single graph with 3 layouts in 3 views.
* The first view is an undirected graph using KKLayout
* The second view show a TreeLayout view of a MinimumSpanningTree
* of the first graph. The third view shows the complete graph
* of the first view, using the layout positions of the
From source file Composite.java
public class Composite extends JApplet implements ItemListener { CompPanel comp; JLabel alphaLabel, rulesLabel; JComboBox alphas, rules; String alpha = "1.0"; int rule = 0;
From source file TreeLayoutDemo.java
/** * Demonsrates TreeLayout and RadialTreeLayout. * @author Tom Nelson * */ @SuppressWarnings("serial")
From source file drcl.inet.sensorsim.drl.demo.DRLDemo.java
/**
* Shows a graph overlaid on a world map image.
* Scaling of the graph also scales the image background.
* @author Tom Nelson
*
*/
From source file com.cds.TreeLayoutDemo.java
/** * Demonsrates TreeLayout and RadialTreeLayout. * @author Tom Nelson * */ @SuppressWarnings("serial")
From source file au.edu.uwa.csse.plot.Clustering.java
/**
* This simple app demonstrates how one can use our algorithms and visualization libraries in unison.
* In this case, we generate use the Zachary karate club data set, widely known in the social networks literature, then
* we cluster the vertices using an edge-betweenness clusterer, and finally we visualize the graph using
* Fruchtermain-Rheingold layout and provide a slider so that the user can adjust the clustering granularity.
* @author Scott White
From source file io.datalayer.jung.TreeLayoutDemo.java
/** * Demonsrates TreeLayout and RadialTreeLayout. * @author Tom Nelson * */ @SuppressWarnings("serial")