List of usage examples for javax.swing JApplet subclass-usage
From source file org.jets3t.apps.cockpitlite.CockpitLite.java
/**
* CockpitLite is a graphical Java application for viewing and managing the
* contents of an Amazon S3 account, where the S3 account is not owned by the
* application's user directly but is made available by a service provider.
* The service provider uses the Gatekeeper application to mediate the user's
* access to the S3 account, authorizing each of the user's interactions before
From source file AppearanceExplorer.java
public class AppearanceExplorer extends JApplet implements Java3DExplorerConstants { // Scene graph items SimpleUniverse u; Switch sceneSwitch;
From source file org.jets3t.apps.cockpit.Cockpit.java
/**
* Cockpit is a graphical Java application for viewing and managing the contents of an Amazon S3 account.
* For more information and help please see the
* <a href="http://www.jets3t.org/applications/cockpit.html">Cockpit Guide</a>.
* <p>
* This is the Cockpit application class; it may be run as a stand-alone application or as an Applet.
From source file org.eurocarbdb.application.glycoworkbench.plugin.s3.Cockpit.java
/**
* Cockpit is a graphical Java application for viewing and managing the contents of an Amazon S3 account.
* For more information and help please see the
* <a href="http://jets3t.s3.amazonaws.com/applications/cockpit.html">Cockpit Guide</a>.
* <p>
* This is the Cockpit application class; it may be run as a stand-alone application or as an Applet.
From source file Tcpbw100.java
public class Tcpbw100 extends JApplet implements ActionListener { private static final String VERSION = "3.6.4-3.6.4.2"; private static final byte TEST_MID = (1 << 0); private static final byte TEST_C2S = (1 << 1); private static final byte TEST_S2C = (1 << 2); private static final byte TEST_SFW = (1 << 3);
From source file org.simmi.GeneSetHead.java
/** * * @version $Id: $ */ public class GeneSetHead extends JApplet { GeneSet geneset;