List of usage examples for javax.swing JApplet subclass-usage
From source file WSRTreeVisualizer.java
@SuppressWarnings("serial") public class WSRTreeVisualizer extends JApplet { /* * Copyright (c) 2003, the JUNG Project and the Regents of the University of * California All rights reserved. *
From source file com.sshtools.common.ui.SshToolsApplicationApplet.java
/**
*
*
* @author $author$
* @version $Revision: 1.5 $
*/
From source file org.yawlfoundation.yawl.procletService.editor.extra.TreeCollapseDemo.java
/** * Demonstrates "collapsing"/"expanding" of a tree's subtrees. * @author Tom Nelson * */ @SuppressWarnings("serial")
From source file util.ShowLayout.java
/**
* Demonstrates several of the graph layout algorithms.
* Allows the user to interactively select one of several graphs, and one of
* several layouts, and visualizes the combination.
*
* @author Danyel Fisher
From source file SoundApplet.java
public class SoundApplet extends JApplet implements ActionListener, ItemListener { AppletSoundList soundList; String auFile = "spacemusic.au"; String aiffFile = "flute+hrn+mrmba.aif";
From source file bigdata.explorer.nutch.grapview.ShowLayouts.java
/**
* Demonstrates several of the graph layout algorithms.
* Allows the user to interactively select one of several graphs, and one of
* several layouts, and visualizes the combination.
*
* @author Danyel Fisher
From source file ImageOps.java
public class ImageOps extends JApplet { private BufferedImage bi[]; public static final float[] SHARPEN3x3_3 = { 0.f, -1.f, 0.f, -1.f, 5.f, -1.f, 0.f, -1.f, 0.f }; public void init() {
From source file demos.VertexCollapseDemo.java
/**
* A demo that shows how collections of vertices can be collapsed
* into a single vertex. In this demo, the vertices that are
* collapsed are those mouse-picked by the user. Any criteria
* could be used to form the vertex collections to be collapsed,
* perhaps some common characteristic of those vertex objects.
From source file io.datalayer.jung.VertexCollapseDemo.java
/**
* A demo that shows how collections of vertices can be collapsed
* into a single vertex. In this demo, the vertices that are
* collapsed are those mouse-picked by the user. Any criteria
* could be used to form the vertex collections to be collapsed,
* perhaps some common characteristic of those vertex objects.
From source file components.TumbleItem.java
/**
* @author jag
* @author mem
* @author kwalrath
* @author ir71389
*/