List of usage examples for javax.swing JApplet subclass-usage
From source file de.unikassel.jung.PluggableRendererDemo.java
/**
* Shows off some of the capabilities of <code>PluggableRenderer</code>. This code provides examples of different ways to provide and change
* the various functions that provide property information to the renderer.
*
* <p>
* This demo creates a random mixed-mode graph with random edge weights using <code>TestGraph.generateMixedRandomGraph</code>. It then runs
From source file gov.llnl.lc.infiniband.opensm.plugin.gui.graph.CollapsableGraphView.java
/**
* @author meier3
*
*
* @deprecated
* @see SimpleCollapsableGraph
From source file com.imag.nespros.gui.plugin.GraphEditor.java
/**
* Shows how to create a graph editor with JUNG. Mouse modes and actions are
* explained in the help text. The application version of GraphEditorDemo
* provides a File menu with an option to save the visible graph as a jpeg file.
*
* @author Tom Nelson
From source file samples.graph.PluggableRendererDemo.java
/**
* Shows off some of the capabilities of <code>PluggableRenderer</code>.
* This code provides examples of different ways to provide and
* change the various functions that provide property information
* to the renderer.
*
From source file ImageDrawingComponent.java
public class ImageDrawingApplet extends JApplet { static String imageFileName = "bld.jpg"; private URL imageSrc; public ImageDrawingApplet() {
From source file sim.graph.MyPluggableRendererDemo.java
/**
* Shows off some of the capabilities of <code>PluggableRenderer</code>.
* This code provides examples of different ways to provide and
* change the various functions that provide property information
* to the renderer.
*
From source file EnvironmentExplorer.java
public class EnvironmentExplorer extends JApplet implements Java3DExplorerConstants { // Scene graph items SimpleUniverse u; // Light items
From source file junk.gui.HazardSpectrumApplication.java
/**
* <p>Title: HazardSpectrumApplication</p>
* <p>Description: </p>
* @author Nitin Gupta and Vipin Gupta
* Date : Sept 23 , 2002
* @version 1.0
From source file edu.ucla.stat.SOCR.chart.Chart.java
/**This class defines a basic type of Statistical Chart that can be * subclassed by the specific types of chart **/ public class Chart extends JApplet implements Runnable, MouseListener, ActionListener, MouseMotionListener, WindowListener, AdjustmentListener, KeyListener {
From source file org.jets3t.apps.uploader.Uploader.java
/**
* Dual application and applet for uploading files and XML metadata information to the Amazon S3
* service.
* <p>
* For more information and help please see the
* <a href="http://www.jets3t.org/applications/uploader.html">Uploader Guide</a>.