Searched defs:JApplet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJApplet.java39 * You can find task-oriented documentation about using <code>JApplet</code>
45 * The <code>JApplet</code> class is slightly incompatible with
46 * <code>java.applet.Applet</code>. <code>JApplet</code> contains a
48 * should be the parent of any children of the <code>JApplet</code>.
59 * <code>JApplet</code> to throw an exception. The default
64 * of a <code>JApplet</code>.
92 public class JApplet extends Applet implements Accessible, class in inherits:Applet,Accessible,RootPaneContainer,TransferHandler.HasGetTransferHandler
105 * false, but is set to true when the <code>JApplet</code> is constructed.
129 public JApplet() throws HeadlessException { method in class:JApplet
139 * Image.getGraphics() will continue to call JApplet
[all...]

Completed in 40 milliseconds