List of usage examples for javax.swing JApplet subclass-usage
From source file RutherfordScattering.RutherfordScattering.java
/** * * @author Geonmo */ public class RutherfordScattering extends javax.swing.JApplet {
From source file com.sigma.applet.GraphsApplet.java
/** * @author James Che * */ public class GraphsApplet extends JApplet { /**
From source file org.docx4all.ui.main.WordMLApplet.java
/** * @author Jojada Tirtowidjojo - 24/09/2008 */ public class WordMLApplet extends JApplet { private static Logger log = LoggerFactory.getLogger(WordMLApplet.class);
From source file org.jfree.eastwood.ChartApplet.java
/** * An applet that displays charts that can be configured using the * Google Chart API. */ public class ChartApplet extends JApplet {
From source file Receiver.java
public class Receiver extends JApplet { private int ctr = 0; private JLabel ctrLbl = null; public void init() { //Execute a job on the event-dispatching thread; creating this applet's GUI.
From source file jflowmap.JFlowMapApplet.java
/** * @author Ilya Boyandin */ public class JFlowMapApplet extends JApplet { private static Logger logger = Logger.getLogger(JFlowMapApplet.class);
From source file TextEditorApplet.java
public class TextEditorApplet extends JApplet { //Called when this applet is loaded into the browser. public void init() { //Execute a job on the event-dispatching thread; creating this applet's GUI. try { SwingUtilities.invokeAndWait(new Runnable() {
From source file HelloWorld.java
public class HelloWorld extends JApplet { //Called when this applet is loaded into the browser. public void init() { //Execute a job on the event-dispatching thread; creating this applet's GUI. try { SwingUtilities.invokeAndWait(new Runnable() {
From source file MenuChooserApplet.java
public class MenuChooserApplet extends JApplet { MenuItemChooser display = null; public void init() { //Execute a job on the event-dispatching thread; creating this applet's GUI.
From source file integratedprogressdemo.WeatherApplet.java
/** * * @author skannan */ public class WeatherApplet extends JApplet {