List of usage examples for javax.swing JApplet subclass-usage
From source file com.moss.appsnap.keeper.installerapp.Installer.java
/**
* 1) authenticate user with snap
* 2) prompt for app selection
* 3) install keeper
* 4) install app
* 5) launch keeper
From source file org.eurocarbdb.application.glycoworkbench.plugin.AnnotationReportApplet.java
public class AnnotationReportApplet extends JApplet implements ActionListener, MouseListener, AnnotationReportCanvas.SelectionChangeListener, BaseDocument.DocumentChangeListener { // singletons private ActionManager theActionManager;
From source file com.google.code.facebook.graph.sna.applet.TreeCollapseDemo.java
/** * Demonstrates "collapsing"/"expanding" of a tree's subtrees. * @author Tom Nelson * */ @SuppressWarnings("serial")
From source file io.datalayer.jung.RadialTreeLensDemo.java
/**
* Shows a RadialTreeLayout view of a Forest.
* A hyperbolic projection lens may also be applied
* to the view
*
* @author Tom Nelson
From source file UNUSED.JUNGsamples.RadialTreeLensDemo.java
/**
* Shows a RadialTreeLayout view of a Forest.
* A hyperbolic projection lens may also be applied
* to the view
*
* @author Tom Nelson
From source file edu.uci.ics.jung.samples.RadialTreeLensDemo.java
/**
* Shows a RadialTreeLayout view of a Forest.
* A hyperbolic projection lens may also be applied
* to the view
*
* @author Tom Nelson
From source file com.google.code.facebook.graph.sna.applet.RadialTreeLensDemo.java
/**
* Shows a RadialTreeLayout view of a Forest.
* A hyperbolic projection lens may also be applied
* to the view
*
* @author Tom Nelson
From source file io.datalayer.jung.BalloonLayoutDemo.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 UNUSED.JUNGsamples.BalloonLayoutDemo.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 edu.uci.ics.jung.samples.BalloonLayoutDemo.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