List of usage examples for javax.swing JApplet subclass-usage
From source file com.google.code.facebook.graph.sna.applet.LensDemo.java
/**
* Demonstrates the use of <code>HyperbolicTransform</code>
* and <code>MagnifyTransform</code>
* applied to either the model (graph layout) or the view
* (VisualizationViewer)
* The hyperbolic transform is applied in an elliptical lens
From source file com.juanhg.triangle.TriangleApplet.java
public class TriangleApplet extends JApplet implements Runnable { private final int CILINDRO = 1; private final int ESFERA = 2; private final int CUBO = 3;
From source file com.juanhg.car.CarApplet.java
public class CarApplet extends JApplet implements Runnable { private static final long serialVersionUID = -3017107307819023599L; private final String road = "road.png"; private final String car = "car.png"; private final String piston = "piston.png";
From source file com.google.code.facebook.graph.sna.applet.FacebookGraphApplet.java
/**
* Demonstrates the use of images to represent graph vertices.
* The images are added to the DefaultGraphLabelRenderer and can
* either be offset from the vertex, or centered on the vertex.
* Additionally, the relative positioning of the label and
* image is controlled by subclassing the DefaultGraphLabelRenderer
From source file InterleavedTest.java
public class InterleavedTest extends JApplet implements ActionListener {
RenderingAttributes ra;
ColoringAttributes ca;
From source file com.juanhg.icewalker.IceWalkerApplet.java
public class IceWalkerApplet extends JApplet implements Runnable { private static final long serialVersionUID = -3017107307819023599L; private float energySize = 33; //Control variables
From source file com.schnee.tweetgeister.visualization.TweetgeisterBalloonLayout.java
/**
* Demonstrates the visualization of a Tree using TreeLayout
* and BalloonLayout. An examiner lens performing a hyperbolic
* transformation of the view is also included.
*
* @author Tom Nelson
From source file GeometryByReferenceTest.java
public class GeometryByReferenceTest extends JApplet implements ActionListener, GeometryUpdater {
RenderingAttributes ra;
ColoringAttributes ca;
From source file graph.jung2.MyLensDemo.java
/**
* Demonstrates the use of <code>HyperbolicTransform</code>
* and <code>MagnifyTransform</code>
* applied to either the model (graph layout) or the view
* (VisualizationViewer)
* The hyperbolic transform is applied in an elliptical lens
From source file treeai.Vertex.java
@SuppressWarnings("serial") class JUNGTree extends JApplet { /** * the graph */